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"))