From 6fbfb8129ff7202183830580a25f5d483e908ff2 Mon Sep 17 00:00:00 2001 From: Michael Bryzek Date: Thu, 30 May 2024 15:30:25 -0400 Subject: [PATCH] Downgrade webjars --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02328496a..6af41c930 100644 --- a/build.sbt +++ b/build.sbt @@ -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