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 eca8be6 commit 52f36e3Copy full SHA for 52f36e3
project/Deps.scala
@@ -13,7 +13,7 @@ object Deps {
13
def rhino = "org.mozilla" % "rhino" % "1.7.10"
14
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
15
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
16
- def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.6")
+ def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.7")
17
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.8")
18
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.7"
19
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
0 commit comments