Skip to content

Commit

Permalink
chore(deps): update pekkoversion to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 8c20ae7 commit 617ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/pekkohttp/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "server"
scalaVersion := "3.6.2"

val PekkoVersion = "1.1.2"
val PekkoVersion = "1.1.3"
val PekkoHttpVersion = "[1.1,1.2]"
libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-actor-typed" % PekkoVersion,
Expand Down

0 comments on commit 617ef46

Please sign in to comment.