Skip to content

Commit

Permalink
Update bootstrap to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 24, 2023
1 parent e5a7838 commit ddf2491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ libraryDependencies ++= Seq(
"org.webjars" % "webjars-locator" % "0.50",
"org.playframework" %% "play-test" % playVersion % "test",
"org.playframework" %% "play-specs2" % playVersion % "test",
"org.webjars" % "bootstrap" % "3.1.1-2" % "test",
"org.webjars" % "bootstrap" % "3.4.1" % "test",
"org.webjars" % "react" % "0.12.2" % "test",
"org.webjars" % "bootswatch-yeti" % "3.1.1+1" % "test"
)
Expand Down

0 comments on commit ddf2491

Please sign in to comment.