Skip to content

Commit d020b26

Browse files
committed
Use release version of play-bootstrap3 for Play v2.4
playframework/play-bootstrap#29 (comment)
1 parent 93d4f96 commit d020b26

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ TwirlKeys.templateImports ++= Seq(
2727
routesImport ++= Seq("lib._","com.madgag.github._","controllers.Binders._","org.eclipse.jgit.lib.ObjectId")
2828

2929
resolvers ++= Seq(
30-
Resolver.sonatypeRepo("releases"),
31-
Resolver.sonatypeRepo("snapshots")
30+
Resolver.sonatypeRepo("releases")
3231
)
3332

3433
libraryDependencies ++= Seq(
@@ -37,7 +36,7 @@ libraryDependencies ++= Seq(
3736
"com.madgag" %% "play-git-hub" % "1.1",
3837
"com.typesafe.akka" %% "akka-agent" % "2.3.2",
3938
"org.webjars" % "bootstrap" % "3.3.4",
40-
"com.adrianhurt" %% "play-bootstrap3" % "0.4.4-P24-SNAPSHOT",
39+
"com.adrianhurt" %% "play-bootstrap3" % "0.4.4-P24",
4140
"org.webjars.bower" % "octicons" % "2.2.3",
4241
"com.lihaoyi" %% "fastparse" % "0.1.7",
4342
"com.github.nscala-time" %% "nscala-time" % "2.0.0",

0 commit comments

Comments
 (0)