Skip to content

Commit

Permalink
Merge pull request #104 from mkurz/play2.6.12
Browse files Browse the repository at this point in the history
Update to Play 2.6.12
  • Loading branch information
adrianhurt authored Mar 6, 2018
2 parents c876904 + 6bcb45b commit 299f747
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core-play26/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.11")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12")

// web plugins

Expand Down
2 changes: 1 addition & 1 deletion play26-bootstrap3/module/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.11")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12")

// web plugins

Expand Down
2 changes: 1 addition & 1 deletion play26-bootstrap3/sample/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.11")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12")

// web plugins

Expand Down
2 changes: 1 addition & 1 deletion play26-bootstrap4/module/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.11")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12")

// web plugins

Expand Down
2 changes: 1 addition & 1 deletion play26-bootstrap4/sample/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.11")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.12")

// web plugins

Expand Down

0 comments on commit 299f747

Please sign in to comment.