Skip to content

Commit

Permalink
test with Pekko 1.1 milestone releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 9, 2024
1 parent 832bf3f commit 71a1dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import buildinfo.BuildInfo
import Keys._

object Dependencies {
val pekkoVersion: String = sys.props.getOrElse("pekko.version", "1.0.3")
val pekkoHttpVersion = sys.props.getOrElse("pekko.http.version", "1.0.1")
val pekkoVersion: String = sys.props.getOrElse("pekko.version", "1.1.0-M1")
val pekkoHttpVersion = sys.props.getOrElse("pekko.http.version", "1.1.0-M1")

val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"

Expand Down

0 comments on commit 71a1dba

Please sign in to comment.