From 8615e598d6def0cd5ac9a87dd2fef99d61691efb Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:17:23 +0200 Subject: [PATCH 1/3] Update scalac-scapegoat-plugin to 3.0.3 (#201) Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 06ddbeb..401ddf9 100644 --- a/build.sbt +++ b/build.sbt @@ -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 From 1fc5d00c660fb005e13b976b156fc9001c3be7d0 Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:17:52 +0200 Subject: [PATCH 2/3] Update log4j-api, log4j-core, log4j-jul, ... to 2.24.1 (#202) Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 401ddf9..0ff2872 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" From c9565cf990cb9251164e894590d5872b038850b8 Mon Sep 17 00:00:00 2001 From: "scala-steward-for-moia[bot]" <97042238+scala-steward-for-moia[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:18:17 +0200 Subject: [PATCH 3/3] Update sbt-scapegoat to 1.2.6 (#200) Co-authored-by: scala-steward <162267+scala-steward-for-moia[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")