Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Dec 26, 2024
2 parents f22be5f + 4c607e5 commit a544a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.1
version = 3.8.3
runner.dialect = scala3
continuationIndent.defnSite = 2
docstrings.style = Asterisk
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ThisBuild / githubWorkflowJobSetup :=
) +: (ThisBuild / githubWorkflowJobSetup).value

val Versions = new {
val circe = "0.14.7"
val circe = "0.14.10"
val config = "1.4.3"
val munit = "0.7.29"
val disciplineMunit = "1.0.9"
Expand Down

0 comments on commit a544a06

Please sign in to comment.