File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : scala
2
2
scala :
3
- - 2.10.5
4
- - 2.11.6
3
+ - 2.11.7
5
4
jdk :
6
5
- oraclejdk8
7
6
notifications :
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ object ScalaOAuth2Build extends Build {
6
6
7
7
lazy val _organization = " com.nulab-inc"
8
8
lazy val _version = " 0.16.2-SNAPSHOT"
9
- lazy val _playVersion = " 2.4.6 "
9
+ lazy val _playVersion = " 2.5.0 "
10
10
11
- val _scalaVersion = " 2.10.5 "
12
- val _crossScalaVersions = Seq (" 2.10.5 " , " 2. 11.7" )
11
+ val _scalaVersion = " 2.11.7 "
12
+ val _crossScalaVersions = Seq (" 2.11.7" )
13
13
14
14
val commonDependenciesInTestScope = Seq (
15
15
" org.scalatest" %% " scalatest" % " 2.2.4" % " test"
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.8
1
+ sbt.version =0.13.11
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.typesafe.sbt " % " sbt-scalariform" % " 1.3 .0" )
1
+ addSbtPlugin(" org.scalariform " % " sbt-scalariform" % " 1.6 .0" )
You can’t perform that action at this time.
0 commit comments