File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ val scalaNativeVersion =
5
5
Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.4.0" )
6
6
7
7
addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.3.1" )
8
- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.0 .0" )
9
- addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.0 .0" )
8
+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.1 .0" )
9
+ addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.1 .0" )
10
10
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
11
11
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
12
12
addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.6.0" )
You can’t perform that action at this time.
0 commit comments