File tree Expand file tree Collapse file tree
frontend/src/test/resources/cross-test-build-scala-native-0.5/project Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ object Dependencies {
7272 def scalaJsSbtTestAdapter1 = ivy " org.scala-js::scalajs-sbt-test-adapter: $scalaJs1Version"
7373 def scalaJsLogging1 = ivy " org.scala-js::scalajs-logging:1.1.1 "
7474 def scalaNativeTools04 = ivy " org.scala-native::tools:0.4.17 "
75- def scalaNativeTools05 = ivy " org.scala-native::tools:0.5.0-RC2 "
75+ def scalaNativeTools05 = ivy " org.scala-native::tools:0.5.1 "
7676 def scalazCore = ivy " org.scalaz::scalaz-core:7.3.8 "
7777 def snailgun = ivy " io.github.alexarchambault.scala-cli.snailgun::snailgun-core:0.4.1-sc2 "
7878 def sourcecode = ivy " com.lihaoyi::sourcecode:0.3.1 "
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.0.0" )
2- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.0-RC2 " )
2+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.1 " )
33
44val pluginVersion = sys.props.getOrElse(
55 " bloopVersion" ,
You can’t perform that action at this time.
0 commit comments