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 1db174f commit a530fa5Copy full SHA for a530fa5
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.2.0")
+ def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.3.0")
18
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.11.1")
19
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.13"
20
0 commit comments