Skip to content

Commit

Permalink
Updated with template-control on 2017-10-05T23:19:00.675Z (#45)
Browse files Browse the repository at this point in the history
**/build.properties:
    sbt.version=1.0.2
  **/plugins.sbt:
    addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.6")
  • Loading branch information
gmethvin authored and marcospereira committed Oct 6, 2017
1 parent e1b2818 commit 6e9ff69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=1.0.2
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
resolvers += Resolver.typesafeRepo("releases")

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.5")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.6")

0 comments on commit 6e9ff69

Please sign in to comment.