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 11language : scala
22scala :
3- - 2.10.5
4- - 2.11.6
3+ - 2.11.7
54jdk :
65 - oraclejdk8
76notifications :
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ object ScalaOAuth2Build extends Build {
66
77 lazy val _organization = " com.nulab-inc"
88 lazy val _version = " 0.16.2-SNAPSHOT"
9- lazy val _playVersion = " 2.4.6 "
9+ lazy val _playVersion = " 2.5.0 "
1010
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" )
1313
1414 val commonDependenciesInTestScope = Seq (
1515 " 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