File tree 4 files changed +4
-12
lines changed
4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
47
47
currentJvmVer=$( java -version 2>&1 | awk -F ' "' ' /version/ {print $2}' | sed ' s/^1\.//' | sed ' s/[^0-9].*//' )
48
48
echo " Releasing $tagVer with Scala $TRAVIS_SCALA_VERSION on Java version $currentJvmVer ."
49
49
50
- publishTask=" $projectPrefix /publish-signed "
50
+ publishTask=" $projectPrefix /publishSigned "
51
51
52
52
cat admin/gpg.sbt >> project/plugins.sbt
53
53
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, see build.sh
1
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.2-1" ) // only added when publishing, see build.sh
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 1
- if (System .getProperty(" java.version" ).startsWith(" 1." ))
2
- Seq ()
3
- else
4
- // override to version that works on Java 9,
5
- // see https://github.com/scala/sbt-scala-module/issues/35
6
- Seq (addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.3" ))
7
-
8
- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 1.0.14" )
1
+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.0.0" )
9
2
10
3
val scalaJSVersion =
11
4
Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.26" )
You can’t perform that action at this time.
0 commit comments