Skip to content

Commit d026cf7

Browse files
authored
Merge pull request #102 from scala-steward/update/akka-stream-2.6.17
Update akka-stream to 2.6.17
2 parents 4c548ec + f4a4aaf commit d026cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ lazy val akka = (projectMatrix in file("akka"))
149149
.jvmPlatform(
150150
scalaVersions = List(scala2_12, scala2_13),
151151
settings = commonJvmSettings ++ Seq(
152-
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.16" % "provided"
152+
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.17" % "provided"
153153
)
154154
)
155155
.dependsOn(core)

0 commit comments

Comments
 (0)