diff --git a/project/build.properties b/project/build.properties index 40f4d4b..cb409aa 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.0 \ No newline at end of file +sbt.version=1.10.1 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index 9509afc..8c72c06 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,3 @@ //addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3") // sbt 1 only, see FAQ for 0.13 support -// addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") -// addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.60") \ No newline at end of file