diff --git a/build.sbt b/build.sbt index 9f3f32c..ad5a391 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,6 @@ buildDarwin := { inThisBuild( List( - version := "1.4.1-SNAPSHOT", organization := "org.scala-sbt.ipcsocket", organizationName := "sbt", organizationHomepage := Some(url("http://scala-sbt.org/")), diff --git a/project/build.properties b/project/build.properties index c8fcab5..8b9a0b0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.8.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 1398132..da7fd69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,3 @@ -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") +addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("com.swoval" % "sbt-source-format" % "0.3.1")