File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
3939 currentJvmVer=$( java -version 2>&1 | awk -F ' "' ' /version/ {print $2}' | sed ' s/^1\.//' | sed ' s/[^0-9].*//' )
4040 echo " Releasing $tagVer with Scala $TRAVIS_SCALA_VERSION on Java version $currentJvmVer ."
4141
42- publishTask=" $projectPrefix /publish-signed "
42+ publishTask=" $projectPrefix /publishSigned "
4343
4444 cat admin/gpg.sbt >> project/plugins.sbt
4545 cp admin/publish-settings.sbt .
Original file line number Diff line number Diff line change 1- sbt.version =0.13.17
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" ))
1+ addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.5" )
72
83val scalaJSVersion =
94 Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.27" )
105
116addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
127addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.0" )
13- 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