Skip to content

Commit 9a4bf8d

Browse files
committed
Update scalajs-dom to 0.9.0.
1 parent 65b0f75 commit 9a4bf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ val client = project.dependsOn(sharedJS)
4949
"com.lihaoyi" %%% "upickle" % upickleVersion,
5050
"com.lihaoyi" %%% "scalatags" % scalatagsVersion,
5151
"be.doeraene" %%% "scalajs-jquery" % "0.9.0",
52-
"org.scala-js" %%% "scalajs-dom" % "0.8.2",
52+
"org.scala-js" %%% "scalajs-dom" % "0.9.0",
5353
"org.webjars" % "bootstrap" % bootstrapVersion))
5454

5555
val server = project.dependsOn(sharedJVM)

0 commit comments

Comments
 (0)