File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1- val crossVer = " 1.1.0"
2- val scalaJSVersion =
3- Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 1.7.0" )
4- val scalaNativeVersion =
5- Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.4.0" )
6-
7- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
8- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
9- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
10- addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
1+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.0" )
2+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.1.0" )
3+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.0" )
4+ addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.1.0" )
115addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.4.0" )
126addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.31" )
137addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
You can’t perform that action at this time.
0 commit comments