We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6a01a commit 54b42d8Copy full SHA for 54b42d8
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.0
+sbt.version=0.13.1
project/plugins.sbt
@@ -1,4 +1,4 @@
-addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "[1.0,)")
+addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.1")
2
3
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "[0.6,)")
4
@@ -10,7 +10,7 @@ libraryDependencies <+= (sbtVersion){ sv =>
10
}
11
12
13
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.0")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")
14
15
-addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "[0.1,)")
+addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.2")
16
0 commit comments