Skip to content

Commit 01f1c1c

Browse files
Update scalajs-dom to 2.2.0 (#347)
1 parent 270c330 commit 01f1c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Deps {
1414
def rhino = "org.mozilla" % "rhino" % "1.7.14"
1515
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.7")
1616
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0")
17-
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "1.2.0")
17+
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.2.0")
1818
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.11.1")
1919
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.13"
2020

0 commit comments

Comments
 (0)