Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || vars.RUN_SCALA_STEWARD
steps:
- name: Scala Steward
uses: scala-steward-org/scala-steward-action@v2
uses: scala-steward-org/scala-steward-action@v2.92.0
with:
author-email: jenkins@garnercorp.com
author-name: GarnerUser
Expand Down
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3.11.4
version=3.11.5
runner.dialect = "scala213"
trailingCommas = preserve
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ val ScalacticVersion = "3.2.20"

val ScalaCheckVersion = "1.19.0"

val ScalaCheckPlusVersion = "3.2.19.0"
val ScalaCheckPlusVersion = "3.2.20.0"

libraryDependencies ++= Seq(
"org.scalacheck" %% "scalacheck" % ScalaCheckVersion,
"org.scalactic" %% "scalactic" % ScalacticVersion,
"org.scalatest" %% "scalatest" % ScalacticVersion % Test,
"org.scalatestplus" %% "scalacheck-1-18" % ScalaCheckPlusVersion % Test
"org.scalatestplus" %% "scalacheck-1-19" % ScalaCheckPlusVersion % Test
)

lazy val root = project in file(".")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.12.14
sbt.version = 1.12.15
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ThisBuild / version := "2.0.4"
ThisBuild / version := "2.0.5"
ThisBuild / versionScheme := Some("semver-spec")
Loading