Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshizawa committed Sep 2, 2016
1 parent 63ab59f commit 1025f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ object ScalaOAuth2Build extends Build {

lazy val _organization = "com.nulab-inc"
lazy val _version = "0.18.1-SNAPSHOT"
lazy val _playVersion = "2.5.0"
lazy val _playVersion = "2.5.6"
lazy val akkaV = "2.4.7"
val _scalaVersion = "2.11.8"
val _crossScalaVersions = Seq("2.11.8")

val commonDependenciesInTestScope = Seq(
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
"org.scalatest" %% "scalatest" % "3.0.0" % "test"
)

lazy val scalaOAuth2ProviderSettings =
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.11
sbt.version=0.13.12

0 comments on commit 1025f65

Please sign in to comment.