Skip to content

Commit

Permalink
Merge pull request #10011 from scala-steward/update/akka-actor-2.6.2
Browse files Browse the repository at this point in the history
Update akka-actor, ... to 2.6.2
  • Loading branch information
mergify[bot] committed Jan 27, 2020
2 parents 40a9f4a + e979f0f commit 07f969d
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.1")
val akkaVersion: String = sys.props.getOrElse("akka.version", "2.6.2")
val akkaHttpVersion = "10.1.11"

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

0 comments on commit 07f969d

Please sign in to comment.