Skip to content

Commit aae09eb

Browse files
committed
Using the version 2.2.0-M2 of play-ahc-ws instead of 2.2.0-M3 for Scala3
1 parent 55f3664 commit aae09eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openai-client/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ playWsVersion := {
88
scalaVersion.value match {
99
case "2.12.15" => "2.1.10"
1010
case "2.13.10" => "2.2.0-M3"
11-
case "3.2.2" => "2.2.0-M3"
11+
case "3.2.2" => "2.2.0-M2" // Version "2.2.0-M3" was produced by an unstable release: Scala 3.3.0-RC3
1212
case _ => "2.1.10"
1313
}
1414
}

0 commit comments

Comments
 (0)