Skip to content

Commit 54b42d8

Browse files
committed
Upgrade to SBT 0.13.1
1 parent 5d6a01a commit 54b42d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.0
1+
sbt.version=0.13.1

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "[1.0,)")
1+
addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.1")
22

33
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "[0.6,)")
44

@@ -10,7 +10,7 @@ libraryDependencies <+= (sbtVersion){ sv =>
1010
}
1111
}
1212

13-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.0")
13+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")
1414

15-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "[0.1,)")
15+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.2")
1616

0 commit comments

Comments
 (0)