Skip to content

Commit 46361ee

Browse files
committed
bump to v1.5.1
1 parent 520adc0 commit 46361ee

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

core-play26/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := """play-bootstrap-core"""
22

3-
version := "1.5.1-P26-SNAPSHOT"
3+
version := "1.5.1-P26"
44

55
scalaVersion := "2.12.8"
66

core-play27/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
22

33
name := """play-bootstrap-core"""
44

5-
version := "1.5.1-P27-SNAPSHOT"
5+
version := "1.5.1-P27"
66

77
scalaVersion := "2.13.0"
88

play26-bootstrap3/module/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := """play-bootstrap"""
22

3-
version := "1.5.1-P26-B3-SNAPSHOT"
3+
version := "1.5.1-P26-B3"
44

55
scalaVersion := "2.12.8"
66

@@ -13,7 +13,7 @@ resolvers ++= Seq(
1313

1414
libraryDependencies ++= Seq(
1515
filters % "provided",
16-
"com.adrianhurt" %% "play-bootstrap-core" % "1.5.1-P26-SNAPSHOT",
16+
"com.adrianhurt" %% "play-bootstrap-core" % "1.5.1-P26",
1717
specs2 % Test
1818
)
1919

play26-bootstrap3/sample/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
1212
libraryDependencies ++= Seq(
1313
guice,
1414
filters,
15-
"com.adrianhurt" %% "play-bootstrap" % "1.5.1-P26-B3-SNAPSHOT",
15+
"com.adrianhurt" %% "play-bootstrap" % "1.5.1-P26-B3",
1616
"org.webjars" % "bootstrap" % "3.4.1" exclude("org.webjars", "jquery"),
1717
"org.webjars" % "jquery" % "3.3.1-2",
1818
"org.webjars" % "font-awesome" % "4.7.0",

play26-bootstrap4/module/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := """play-bootstrap"""
22

3-
version := "1.5.1-P26-B4-SNAPSHOT"
3+
version := "1.5.1-P26-B4"
44

55
scalaVersion := "2.12.8"
66

@@ -13,7 +13,7 @@ resolvers ++= Seq(
1313

1414
libraryDependencies ++= Seq(
1515
filters % "provided",
16-
"com.adrianhurt" %% "play-bootstrap-core" % "1.5.1-P26-SNAPSHOT",
16+
"com.adrianhurt" %% "play-bootstrap-core" % "1.5.1-P26",
1717
specs2 % Test
1818
)
1919

play26-bootstrap4/sample/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
1212
libraryDependencies ++= Seq(
1313
guice,
1414
filters,
15-
"com.adrianhurt" %% "play-bootstrap" % "1.5.1-P26-B4-SNAPSHOT",
15+
"com.adrianhurt" %% "play-bootstrap" % "1.5.1-P26-B4",
1616
"org.webjars" % "bootstrap" % "4.3.1" exclude("org.webjars", "jquery"),
1717
"org.webjars" % "jquery" % "3.3.1-2",
1818
"org.webjars" % "font-awesome" % "4.7.0",

play27-bootstrap3/module/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
22

33
name := """play-bootstrap"""
44

5-
version := "1.5.1-P27-B3-SNAPSHOT"
5+
version := "1.5.1-P27-B3"
66

77
scalaVersion := "2.13.0"
88

@@ -15,7 +15,7 @@ resolvers ++= Seq(
1515

1616
libraryDependencies ++= Seq(
1717
filters % "provided",
18-
"com.adrianhurt" %% "play-bootstrap-core" % "1.5.1-P27-SNAPSHOT",
18+
"com.adrianhurt" %% "play-bootstrap-core" % "1.5.1-P27",
1919
specs2 % Test
2020
)
2121

play27-bootstrap3/sample/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
1414
libraryDependencies ++= Seq(
1515
guice,
1616
filters,
17-
"com.adrianhurt" %% "play-bootstrap" % "1.5.1-P27-B3-SNAPSHOT",
17+
"com.adrianhurt" %% "play-bootstrap" % "1.5.1-P27-B3",
1818
"org.webjars" % "bootstrap" % "3.4.1" exclude("org.webjars", "jquery"),
1919
"org.webjars" % "jquery" % "3.3.1-2",
2020
"org.webjars" % "font-awesome" % "4.7.0",

play27-bootstrap4/module/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
22

33
name := """play-bootstrap"""
44

5-
version := "1.5.1-P27-B4-SNAPSHOT"
5+
version := "1.5.1-P27-B4"
66

77
scalaVersion := "2.13.0"
88

@@ -15,7 +15,7 @@ resolvers ++= Seq(
1515

1616
libraryDependencies ++= Seq(
1717
filters % "provided",
18-
"com.adrianhurt" %% "play-bootstrap-core" % "1.5.1-P27-SNAPSHOT",
18+
"com.adrianhurt" %% "play-bootstrap-core" % "1.5.1-P27",
1919
specs2 % Test
2020
)
2121

play27-bootstrap4/sample/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
1414
libraryDependencies ++= Seq(
1515
guice,
1616
filters,
17-
"com.adrianhurt" %% "play-bootstrap" % "1.5.1-P27-B4-SNAPSHOT",
17+
"com.adrianhurt" %% "play-bootstrap" % "1.5.1-P27-B4",
1818
"org.webjars" % "bootstrap" % "4.3.1" exclude("org.webjars", "jquery"),
1919
"org.webjars" % "jquery" % "3.3.1-2",
2020
"org.webjars" % "font-awesome" % "4.7.0",

0 commit comments

Comments
 (0)