diff --git a/project/build.properties b/project/build.properties index 49214c4..5ddf64d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.9 +sbt.version = 1.12.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 2b7c65d..a001660 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") \ No newline at end of file