Skip to content

Commit 1a98f76

Browse files
committed
version 0.9.1-SNAPSHOT
use sbt 0.13.6
1 parent 28cdf2b commit 1a98f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Keys._
44
object ScalaOAuth2Build extends Build {
55

66
lazy val _organization = "com.nulab-inc"
7-
lazy val _version = "0.9.0"
7+
lazy val _version = "0.9.1-SNAPSHOT"
88
lazy val _playVersion = "2.3.2"
99

1010
val _scalaVersion = "2.10.4"

project/build.properties

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

0 commit comments

Comments
 (0)