From 18e95d835c7f11b907415ec2d1951d1c416abd4e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 24 Nov 2023 03:20:27 +0000 Subject: [PATCH] Update bootswatch-yeti to 3.3.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9f83f56..6e73698 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ libraryDependencies ++= Seq( "org.playframework" %% "play-specs2" % playVersion % "test", "org.webjars" % "bootstrap" % "3.1.1-2" % "test", "org.webjars" % "react" % "0.12.2" % "test", - "org.webjars" % "bootswatch-yeti" % "3.1.1+1" % "test" + "org.webjars" % "bootswatch-yeti" % "3.3.7" % "test" ) licenses := Seq("MIT License" -> url("http://opensource.org/licenses/MIT"))