Skip to content

Commit

Permalink
Use akka snapshot for now until 2.6.19 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 7, 2022
1 parent 7d8aa51 commit 7f251a8
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.18")
val akkaVersion: String = sys.props.getOrElse("akka.version", "2.6.18+21-4fb7bd9b-SNAPSHOT")
val akkaHttpVersion = sys.props.getOrElse("akka.http.version", "10.2.7")

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

0 comments on commit 7f251a8

Please sign in to comment.