diff --git a/project/build.properties b/project/build.properties index 1767a6f..5ddf64d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.10.5 +sbt.version = 1.12.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 660dbe1..9ae8d49 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,10 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") - -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") - addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") @@ -22,7 +18,7 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0") -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.2")