Skip to content

Commit 7c968b7

Browse files
committed
Update build.sbt
1 parent 38adb21 commit 7c968b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ sbtPlugin := true
44

55
name := "play2-plugins-mustache"
66

7-
version := "1.1.3-SNAPSHOT"
7+
version := "1.1.3"
88

99
organization := "org.jba"
1010

11-
addSbtPlugin("play" % "sbt-plugin" % "2.1.0")
11+
addSbtPlugin("play" % "sbt-plugin" % "2.2.0")
1212

1313
libraryDependencies += "commons-lang" % "commons-lang" % "2.6"
1414

@@ -22,4 +22,3 @@ publishTo <<= (version) { version: String =>
2222
val localRepository = Resolver.file("local repo", new java.io.File(System.getProperty("user.home") + "/tmp/repo"))(Resolver.ivyStylePatterns)
2323
Some(localRepository)
2424
}
25-

0 commit comments

Comments
 (0)