Skip to content

Commit

Permalink
chore(deps): update pekkoversion to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 8cba03e commit ab9a04c
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.5.2"

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

0 comments on commit ab9a04c

Please sign in to comment.