File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed 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