Skip to content

Commit 8213a57

Browse files
committed
Move to scalajs-library 0.6.5 for 2.12.0-M2 compat
1 parent d02329f commit 8213a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _)
1313
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-reflect" % _)
1414

1515
libraryDependencies ++= Seq(
16-
"org.scala-js" %% "scalajs-library" % "0.6.2" % "test",
16+
"org.scala-js" %% "scalajs-library" % "0.6.5" % "test",
1717
"junit" % "junit" % "4.12" % "test",
1818
"com.novocode" % "junit-interface" % "0.11" % "test"
1919
)

0 commit comments

Comments
 (0)