Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19c23a8

Browse files
committedFeb 20, 2019
upgrade to sbt 1
1 parent 8d4c7c3 commit 19c23a8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed
 

‎admin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
3939
echo "Releasing $tagVer on Java version $currentJvmVer according to 'scalaVersionsByJvm' in build.sbt."
4040
fi
4141
42-
extraTarget="+publish-signed"
42+
extraTarget="+publishSigned"
4343
cat admin/gpg.sbt >> project/plugins.sbt
4444
cp admin/publish-settings.sbt .
4545

‎admin/gpg.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2-
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") // only added when publishing, see build.sh
1+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1") // only added when publishing, see build.sh

‎project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.18
1+
sbt.version=1.2.8

‎project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")

0 commit comments

Comments
 (0)
Please sign in to comment.