Skip to content

Commit aed5606

Browse files
authored
Merge branch 'main' into update/scalatest-3.2.18
2 parents d14a032 + 977baec commit aed5606

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.15
1+
version = 3.8.1
22
runner.dialect = scala213
33
continuationIndent.defnSite = 2
44
docstrings.style = Asterisk

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ThisBuild / tlFatalWarnings := false //TODO: ... fix this someday
66
ThisBuild / githubWorkflowBuildMatrixFailFast := Some(false)
77

88
val Versions = new {
9-
val circe = "0.14.6"
9+
val circe = "0.14.7"
1010
val discipline = "1.5.1"
11-
val scalaCheck = "1.17.1"
11+
val scalaCheck = "1.18.0"
1212
val scalaTest = "3.2.18"
13-
val scalaTestPlus = "3.2.17.0"
13+
val scalaTestPlus = "3.2.18.0"
1414
val snakeYaml = "2.2"
1515
val snakeYamlEngine = "2.7"
1616
val previousCirceYamls = Set("0.14.0", "0.14.1", "0.14.2")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.9.9
1+
sbt.version = 1.10.0

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.3.1")
1+
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.1")

0 commit comments

Comments
 (0)