diff --git a/.scalafmt.conf b/.scalafmt.conf index 976124e..ce65d2e 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -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 diff --git a/build.sbt b/build.sbt index 3d8f002..2def12c 100644 --- a/build.sbt +++ b/build.sbt @@ -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" @@ -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 diff --git a/project/build.properties b/project/build.properties index 0aa5c39..49214c4 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.8 +sbt.version = 1.9.9