Skip to content

Commit

Permalink
Merge pull request #10327 from scala-steward/update/akka-actor-2.6.6
Browse files Browse the repository at this point in the history
Update akka-actor, ... to 2.6.6
  • Loading branch information
mergify[bot] committed Jun 8, 2020
2 parents fd66e98 + 1d1140c commit 407d818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Keys._
import buildinfo.BuildInfo

object Dependencies {
val akkaVersion: String = sys.props.getOrElse("akka.version", "2.6.5")
val akkaVersion: String = sys.props.getOrElse("akka.version", "2.6.6")
val akkaHttpVersion = "10.1.12"

val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.4.2"
Expand Down

0 comments on commit 407d818

Please sign in to comment.