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 c524eb9 commit a86a75fCopy full SHA for a86a75f
project/Deps.scala
@@ -14,7 +14,7 @@ object Deps {
14
def rhino = "org.mozilla" % "rhino" % "1.7.14"
15
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.7")
16
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0")
17
- def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.3.0")
+ def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.4.0")
18
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.12.0")
19
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"
20
0 commit comments