Skip to content

Commit ee2513f

Browse files
author
Antonio Alonso Dominguez
committed
Upgrade Scala Native
1 parent 0cf4ce6 commit ee2513f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

project/plugins.sbt

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.12")
22

3-
<<<<<<< HEAD
4-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.18")
5-
=======
6-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.16")
3+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.18")
74
addSbtPlugin("org.scala-native" % "sbt-crossproject" % "0.2.0")
85
addSbtPlugin("org.scala-native" % "sbt-scalajs-crossproject" % "0.2.0")
9-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.2.1")
10-
>>>>>>> Initial support for Scala Native
6+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.1")

0 commit comments

Comments
 (0)