Skip to content

Commit

Permalink
Merge pull request #10249 from scala-steward/update/akka-actor-2.6.5
Browse files Browse the repository at this point in the history
Update akka-actor, ... to 2.6.5
  • Loading branch information
mergify[bot] committed Apr 30, 2020
2 parents d933345 + 7225eef commit a1ccdd0
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.4")
val akkaVersion: String = sys.props.getOrElse("akka.version", "2.6.5")
val akkaHttpVersion = "10.1.11"

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

0 comments on commit a1ccdd0

Please sign in to comment.