Skip to content

Commit

Permalink
Update to Scala 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Sep 22, 2023
1 parent 16483bc commit 6052f5e
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 @@ -12,8 +12,8 @@ scalafmt: {
}
*/

val scalacScapegoatVersion = "2.1.2"
val scalaCompilerVersion = "2.13.11"
val scalacScapegoatVersion = "2.1.3"
val scalaCompilerVersion = "2.13.12"

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

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.1.1")
addSbtPlugin("com.sksamuel.scapegoat" % "sbt-scapegoat" % "1.2.2")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")

Expand Down

0 comments on commit 6052f5e

Please sign in to comment.