Skip to content

Commit

Permalink
Merge branch 'main' into update/pureconfig-0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
houcros authored Feb 26, 2024
2 parents 2cb06c6 + 789a0e4 commit 9bfee60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://scalameta.org/scalafmt/docs/configuration.html
version = "3.7.17"
version = "3.8.0"
runner.dialect = scala213source3
preset = defaultWithAlign
align.preset = most
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ lazy val library = new {
object Version {
val akka = "2.6.20"
val akkaHttp = "10.2.10"
val log4j = "2.22.1"
val log4j = "2.23.0"
val pureConfig = "0.17.6"
val scalaCheck = "1.17.0"
val scalaLogging = "3.9.5"
Expand Down Expand Up @@ -154,7 +154,7 @@ lazy val sbtSettings = Seq(cancelable in Global := true)

lazy val scalaFmtSettings = Seq(scalafmtOnCompile := true)

lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.3")
lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.4")

lazy val sbtVersionRegex = "v([0-9]+.[0-9]+.[0-9]+)-?(.*)?".r

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.9.8
sbt.version = 1.9.9

0 comments on commit 9bfee60

Please sign in to comment.