diff --git a/build.sbt b/build.sbt index 469151a..61d43d6 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.24.0" + val log4j = "2.24.1" val pureConfig = "0.17.7" val scalaCheck = "1.18.1" 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 := "3.0.0") +lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "3.0.3") lazy val sbtVersionRegex = "v([0-9]+.[0-9]+.[0-9]+)-?(.*)?".r diff --git a/project/plugins.sbt b/project/plugins.sbt index e2c47ed..845cda5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") // Static code analysis. // sbt> scapegoat -addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.4") +addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.6") // Publish to sonatype addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")