File tree 2 files changed +3
-8
lines changed
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" )
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