Skip to content

Commit 56379b6

Browse files
authored
update dependencies (#105)
1 parent ab4da9a commit 56379b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ object ScalaOAuth2Build extends Build {
66

77
lazy val _organization = "com.nulab-inc"
88
lazy val _version = "0.18.1-SNAPSHOT"
9-
lazy val _playVersion = "2.5.0"
9+
lazy val _playVersion = "2.5.6"
1010
lazy val akkaV = "2.4.7"
1111
val _scalaVersion = "2.11.8"
1212
val _crossScalaVersions = Seq("2.11.8")
1313

1414
val commonDependenciesInTestScope = Seq(
15-
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
15+
"org.scalatest" %% "scalatest" % "3.0.0" % "test",
1616
"ch.qos.logback" % "logback-classic" % "1.1.7" % "test"
1717
)
1818

project/build.properties

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

0 commit comments

Comments
 (0)