Skip to content

Commit

Permalink
Update to Scala 2.13.16 (#5268)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Jan 17, 2025
1 parent 4d16761 commit 11050c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ scalafmt: {
}
*/

val scalacScapegoatVersion = "3.0.2"
val scalaCompilerVersion = "2.13.15"
val scalacScapegoatVersion = "3.1.3"
val scalaCompilerVersion = "2.13.16"

val akkaHttpVersion = "10.2.10"
val akkaHttpCirceVersion = "1.39.2"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.9")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")

Expand Down

0 comments on commit 11050c2

Please sign in to comment.