Skip to content

Commit

Permalink
Merge branch 'main' into update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
saeltz authored Sep 30, 2024
2 parents 5f8ab9c + c9565cf commit b2d7792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.24.0"
val log4j = "2.24.1"
val pureConfig = "0.17.7"
val scalaCheck = "1.18.1"
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 := "3.0.0")
lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "3.0.3")

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

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b2d7792

Please sign in to comment.