Skip to content

Commit

Permalink
Merge pull request #316 from softwaremill/update/pekko-stream-1.0.1
Browse files Browse the repository at this point in the history
Update pekko-stream to 1.0.1
  • Loading branch information
mergify[bot] authored Jul 26, 2023
2 parents e4fa349 + 1051adb commit bf7550f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ lazy val pekko = (projectMatrix in file("pekko"))
.jvmPlatform(
scalaVersions = scala2alive ++ scala3,
settings = commonJvmSettings ++ Seq(
libraryDependencies += "org.apache.pekko" %% "pekko-stream" % "1.0.0" % "provided"
libraryDependencies += "org.apache.pekko" %% "pekko-stream" % "1.0.1" % "provided"
)
)
.dependsOn(core)
Expand Down

0 comments on commit bf7550f

Please sign in to comment.