We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e058a7a commit 1fcc750Copy full SHA for 1fcc750
build.sbt
@@ -12,7 +12,7 @@ lazy val playserver = (project in file("play")).settings(
12
libraryDependencies ++= Seq(
13
"com.vmunier" %% "play-scalajs-scripts" % "0.2.2",
14
"org.webjars" %% "webjars-play" % "2.4.0",
15
- "org.webjars" % "bootstrap" % "3.3.4",
+ "org.webjars" % "bootstrap" % "3.3.5",
16
"org.webjars" % "jquery" % "2.1.4",
17
"com.lihaoyi" %% "upickle" % "0.2.8",
18
specs2 % Test
0 commit comments