Skip to content

Commit 3054527

Browse files
author
Pask
committed
Added scala3 support for akka
1 parent 44ac6a5 commit 3054527

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
@@ -137,7 +137,7 @@ lazy val akka = (projectMatrix in file("akka"))
137137
name := "akka"
138138
)
139139
.jvmPlatform(
140-
scalaVersions = List(scala2_12, scala2_13),
140+
scalaVersions = List(scala2_12, scala2_13) ++ scala3,
141141
settings = commonJvmSettings ++ Seq(
142142
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided"
143143
)

0 commit comments

Comments
 (0)