Skip to content

Commit a86a75f

Browse files
Update scalajs-dom to 2.4.0 (#381)
1 parent c524eb9 commit a86a75f

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" % "2.3.0")
17+
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.4.0")
1818
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.12.0")
1919
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"
2020

0 commit comments

Comments
 (0)