Skip to content

Commit a476164

Browse files
authored
Merge pull request #60 from scala-steward/update/akka-actor-typed-2.6.20
Update akka-actor-typed, akka-slf4j to 2.6.20
2 parents 34e69a5 + 2474bda commit a476164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ lazy val root = project
1616
// Notice how the Scala 2.13-built libraries are used. For more information:
1717
// https://www.scala-lang.org/blog/2021/04/08/scala-3-in-sbt.html
1818
libraryDependencies ++= Seq(
19-
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.19",
20-
"com.typesafe.akka" %% "akka-slf4j" % "2.6.19",
19+
"com.typesafe.akka" %% "akka-actor-typed" % "2.6.20",
20+
"com.typesafe.akka" %% "akka-slf4j" % "2.6.20",
2121
).map(dep => dep.cross(CrossVersion.for3Use2_13)) ++ Seq(
2222
// Libraries that already fully support Scala 3:
2323
"org.typelevel" %% "cats-core" % "2.8.0",

0 commit comments

Comments
 (0)