We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34e69a5 + 2474bda commit a476164Copy full SHA for a476164
build.sbt
@@ -16,8 +16,8 @@ lazy val root = project
16
// Notice how the Scala 2.13-built libraries are used. For more information:
17
// https://www.scala-lang.org/blog/2021/04/08/scala-3-in-sbt.html
18
libraryDependencies ++= Seq(
19
- "com.typesafe.akka" %% "akka-actor-typed" % "2.6.19",
20
- "com.typesafe.akka" %% "akka-slf4j" % "2.6.19",
+ "com.typesafe.akka" %% "akka-actor-typed" % "2.6.20",
+ "com.typesafe.akka" %% "akka-slf4j" % "2.6.20",
21
).map(dep => dep.cross(CrossVersion.for3Use2_13)) ++ Seq(
22
// Libraries that already fully support Scala 3:
23
"org.typelevel" %% "cats-core" % "2.8.0",
0 commit comments