File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
29
29
currentJvmVer=$(java -version 2>&1 | awk -F '"' '/version/ {print $2}' | sed 's/^1\.//' | sed 's/[^0-9].*//')
30
30
echo "Releasing $tagVer with Scala $TRAVIS_SCALA_VERSION on Java version $currentJvmVer."
31
31
32
- publishTask="publish-signed "
32
+ publishTask="publishSigned "
33
33
34
34
cat admin/gpg.sbt >> project/plugins.sbt
35
35
cp admin/publish-settings.sbt .
Original file line number Diff line number Diff line change 1
-
2
- addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3") // only added when publishing:
1
+ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1") // only added when publishing
Original file line number Diff line number Diff line change 1
- sbt.version=0.13.18
1
+ sbt.version=1.2.8
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ scalacOptions ++= (sys.props("java.specification.version") match {
5
5
case _ => Seq("-Xfatal-warnings")
6
6
})
7
7
8
- addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1 .0.14 ")
8
+ addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2 .0.0 ")
You can’t perform that action at this time.
0 commit comments