We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b0f75 commit 9a4bf8dCopy full SHA for 9a4bf8d
build.sbt
@@ -49,7 +49,7 @@ val client = project.dependsOn(sharedJS)
49
"com.lihaoyi" %%% "upickle" % upickleVersion,
50
"com.lihaoyi" %%% "scalatags" % scalatagsVersion,
51
"be.doeraene" %%% "scalajs-jquery" % "0.9.0",
52
- "org.scala-js" %%% "scalajs-dom" % "0.8.2",
+ "org.scala-js" %%% "scalajs-dom" % "0.9.0",
53
"org.webjars" % "bootstrap" % bootstrapVersion))
54
55
val server = project.dependsOn(sharedJVM)
0 commit comments