Skip to content

Commit

Permalink
Update to the latest Akka
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Dec 17, 2017
1 parent 734e65e commit ef79b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val core = project
.settings(
name := "authors-core",
resolvers += Resolver.bintrayRepo("jypma", "maven"), {
val Akka = "2.5.7"
val Akka = "2.5.8"
val AkkaHttp = "10.0.11"
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % Akka,
Expand Down

0 comments on commit ef79b14

Please sign in to comment.