Skip to content

Commit 60df453

Browse files
committed
Update pekko-actor, pekko-slf4j, ... to 1.5.0
1 parent eba7719 commit 60df453

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ lazy val core = (project in file("core"))
7676

7777
val pekkoGroup = "org.apache.pekko"
7878

79-
val pekkoVersion = "1.3.0"
80-
val pekkoHttpVersion = "1.3.0"
79+
val pekkoVersion = "1.5.0"
80+
val pekkoHttpVersion = "1.5.0"
8181

8282
val pekkoSlf4j = pekkoGroup %% "pekko-slf4j" % pekkoVersion
8383
val pekkoHttp = pekkoGroup %% "pekko-http" % pekkoHttpVersion

0 commit comments

Comments
 (0)