Skip to content

Commit

Permalink
Update scalajs-dom to 0.9.7 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and alexarchambault committed Apr 26, 2019
1 parent eca8be6 commit 52f36e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Expand Up @@ -13,7 +13,7 @@ object Deps {
def rhino = "org.mozilla" % "rhino" % "1.7.10"
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.3")
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1")
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.6")
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "0.9.7")
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.6.8")
def scalaTest = "org.scalatest" %% "scalatest" % "3.0.7"
def utest = setting("com.lihaoyi" %%% "utest" % "0.6.6")
Expand Down

0 comments on commit 52f36e3

Please sign in to comment.