Skip to content

Commit 1fcc750

Browse files
committed
- updated bootstrap version
1 parent e058a7a commit 1fcc750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val playserver = (project in file("play")).settings(
1212
libraryDependencies ++= Seq(
1313
"com.vmunier" %% "play-scalajs-scripts" % "0.2.2",
1414
"org.webjars" %% "webjars-play" % "2.4.0",
15-
"org.webjars" % "bootstrap" % "3.3.4",
15+
"org.webjars" % "bootstrap" % "3.3.5",
1616
"org.webjars" % "jquery" % "2.1.4",
1717
"com.lihaoyi" %% "upickle" % "0.2.8",
1818
specs2 % Test

0 commit comments

Comments
 (0)