Skip to content

Commit

Permalink
Update bootswatch-yeti to 3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 10, 2023
1 parent 526126b commit 08bd98a
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 @@ -36,7 +36,7 @@ libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-specs2" % playVersion % "test" cross CrossVersion.for3Use2_13,
"org.webjars" % "bootstrap" % "3.1.1-2" % "test",
"org.webjars" % "react" % "0.14.8" % "test",
"org.webjars" % "bootswatch-yeti" % "3.1.1+1" % "test"
"org.webjars" % "bootswatch-yeti" % "3.3.7" % "test"
)

libraryDependencies ~= {
Expand Down

0 comments on commit 08bd98a

Please sign in to comment.