Skip to content

Commit 578c269

Browse files
committed
Scala 2.12 bumped to 2.12.18 and Scala 2.13 to 2.13.11
1 parent 741113f commit 578c269

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import sbt.Keys.test
22

33
// Supported versions
4-
val scala212 = "2.12.15"
5-
val scala213 = "2.13.10"
4+
val scala212 = "2.12.18"
5+
val scala213 = "2.13.11"
66
val scala3 = "3.2.2"
77

88
ThisBuild / organization := "io.cequence"

openai-client/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ lazy val playWsVersion = settingKey[String]("Play WS version to use")
66

77
playWsVersion := {
88
scalaVersion.value match {
9-
case "2.12.15" => "2.1.10"
10-
case "2.13.10" => "2.2.0-M3"
9+
case "2.12.18" => "2.1.10"
10+
case "2.13.11" => "2.2.0-M3"
1111
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
}

0 commit comments

Comments
 (0)