Skip to content

Commit

Permalink
Downgrade webjars
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed May 30, 2024
1 parent ad34a47 commit 6fbfb81
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 @@ -152,7 +152,7 @@ lazy val app = project
"org.apache.commons" % "commons-compress" % "1.26.2",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"com.vladsch.flexmark" % "flexmark-all" % "0.64.8",
"org.webjars" %% "webjars-play" % "3.0.1",
"org.webjars" %% "webjars-play" % "2.8.18",
"org.webjars" % "bootstrap" % "3.3.7",
"org.webjars" % "bootstrap-social" % "5.0.0",
"org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test
Expand Down

0 comments on commit 6fbfb81

Please sign in to comment.