Skip to content

Commit 91a96d8

Browse files
authored
Merge pull request #376 from xuwei-k/update-native
update scala-native 0.3.6
2 parents d6c8599 + cc1ca30 commit 91a96d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ lazy val native = project.in(file("native"))
136136
doc in Compile := (doc in Compile in jvm).value,
137137
scalaVersion := "2.11.11",
138138
libraryDependencies ++= Seq(
139-
"org.scala-native" %% "test-interface_native0.3" % "0.3.1"
139+
"org.scala-native" %% "test-interface_native0.3" % nativeVersion
140140
)
141141
)
142142
.enablePlugins(ScalaNativePlugin)

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ val scalaJSVersion =
77

88
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
99

10-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.3")
10+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.6")
1111

1212
scalacOptions += "-deprecation"

0 commit comments

Comments
 (0)