We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02329f commit 8213a57Copy full SHA for 8213a57
build.sbt
@@ -13,7 +13,7 @@ libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-compiler" % _)
13
libraryDependencies <+= scalaVersion("org.scala-lang" % "scala-reflect" % _)
14
15
libraryDependencies ++= Seq(
16
- "org.scala-js" %% "scalajs-library" % "0.6.2" % "test",
+ "org.scala-js" %% "scalajs-library" % "0.6.5" % "test",
17
"junit" % "junit" % "4.12" % "test",
18
"com.novocode" % "junit-interface" % "0.11" % "test"
19
)
0 commit comments