Skip to content

Commit 52f36e3

Browse files
scala-stewardalexarchambault
authored andcommitted
Update scalajs-dom to 0.9.7 (#78)
1 parent eca8be6 commit 52f36e3

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
@@ -13,7 +13,7 @@ object Deps {
1313
def rhino = "org.mozilla" % "rhino" % "1.7.10"
1414
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
1515
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")
16+
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.7")
1717
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.8")
1818
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.7"
1919
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")

0 commit comments

Comments
 (0)