We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38adb21 commit 7c968b7Copy full SHA for 7c968b7
build.sbt
@@ -4,11 +4,11 @@ sbtPlugin := true
4
5
name := "play2-plugins-mustache"
6
7
-version := "1.1.3-SNAPSHOT"
+version := "1.1.3"
8
9
organization := "org.jba"
10
11
-addSbtPlugin("play" % "sbt-plugin" % "2.1.0")
+addSbtPlugin("play" % "sbt-plugin" % "2.2.0")
12
13
libraryDependencies += "commons-lang" % "commons-lang" % "2.6"
14
@@ -22,4 +22,3 @@ publishTo <<= (version) { version: String =>
22
val localRepository = Resolver.file("local repo", new java.io.File(System.getProperty("user.home") + "/tmp/repo"))(Resolver.ivyStylePatterns)
23
Some(localRepository)
24
}
25
-
0 commit comments