diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e512a256..f1627316 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -3,7 +3,7 @@ */ object Dependencies { - val Scala212 = "2.12.19" + val Scala212 = "2.12.20" val Scala213 = "2.13.14" val Scala3 = "3.3.3" val ScalaVersions = Seq(Scala212, Scala213, Scala3) diff --git a/project/plugins.sbt b/project/plugins.sbt index 40cec19f..c531ed7f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ // Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc. -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") // For the Cross Build addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")