Skip to content
This repository was archived by the owner on May 3, 2018. It is now read-only.

Commit 6e9a767

Browse files
committed
Bump versions.
1 parent 5fea02f commit 6e9a767

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
scalaModuleSettings
22

3-
version := "0.5-SNAPSHOT"
3+
version := "0.5.0-SNAPSHOT"
44

5-
scalaVersion := "2.11.2"
5+
scalaVersion := "2.11.4"
66

7-
snapshotScalaBinaryVersion := "2.11.2"
7+
snapshotScalaBinaryVersion := "2.11.4"
88

99
// dependencies:
1010
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.1")
1+
addSbtPlugin("org.scala-lang.modules" % "scala-module-plugin" % "1.0.2")

0 commit comments

Comments
 (0)