File tree 3 files changed +4
-9
lines changed
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
39
39
currentJvmVer=$( java -version 2>&1 | awk -F ' "' ' /version/ {print $2}' | sed ' s/^1\.//' | sed ' s/[^0-9].*//' )
40
40
echo " Releasing $tagVer with Scala $TRAVIS_SCALA_VERSION on Java version $currentJvmVer ."
41
41
42
- publishTask=" $projectPrefix /publish-signed "
42
+ publishTask=" $projectPrefix /publishSigned "
43
43
44
44
cat admin/gpg.sbt >> project/plugins.sbt
45
45
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" )
7
2
8
3
val scalaJSVersion =
9
4
Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.27" )
10
5
11
6
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
12
7
addSbtPlugin(" 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