Skip to content

Commit 486dd33

Browse files
Christophe Pachetsuyoshizawa
authored andcommitted
upgrade akka version (#100)
- tested with akka-http application
1 parent 45892ce commit 486dd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object ScalaOAuth2Build extends Build {
77
lazy val _organization = "com.nulab-inc"
88
lazy val _version = "0.17.3-SNAPSHOT"
99
lazy val _playVersion = "2.5.0"
10-
lazy val akkaV = "2.4.2"
10+
lazy val akkaV = "2.4.7"
1111
val _scalaVersion = "2.11.7"
1212
val _crossScalaVersions = Seq("2.11.7")
1313

0 commit comments

Comments
 (0)