Skip to content

Commit

Permalink
Merge branch 'master' 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 2ce8592 + 0f86ba7 commit 7e81d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val library = new {
val scalaCheck = "1.18.1"
val scalaTest = "3.2.19"
val scalaTestPlusCheck = "3.2.14.0"
val scapeGoat = "3.0.0"
val scapeGoat = "3.0.3"
val scalaCollectionCompat = "2.12.0"
}

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")

// Static code analysis.
// sbt> scapegoat
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.4")
addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.6")

// Make sbt build information available to the runtime
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
Expand Down

0 comments on commit 7e81d72

Please sign in to comment.