diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ab6ce3b..1a7d32e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -4,7 +4,7 @@ import sbt._ object Dependencies { - val Scala212 = "2.12.19" + val Scala212 = "2.12.20" val Scala213 = "2.13.14" val Scala3 = "3.3.3" diff --git a/project/plugins.sbt b/project/plugins.sbt index beee129..8dbf8fe 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")