Skip to content

Commit 4db44b0

Browse files
committed
Bump Scala patch versions (#1535)
Updated to: 2.11.12, 2.12.20, 2.13.15 JAVA-5649
1 parent ca1f66c commit 4db44b0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.evergreen/.evg.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1826,11 +1826,11 @@ axes:
18261826
- id: "2.12"
18271827
display_name: "Scala 2.12"
18281828
variables:
1829-
SCALA: "2.12.15"
1829+
SCALA: "2.12.20"
18301830
- id: "2.13"
18311831
display_name: "Scala 2.13"
18321832
variables:
1833-
SCALA: "2.13.6"
1833+
SCALA: "2.13.15"
18341834

18351835
# Choice of MongoDB storage engine
18361836
- id: storage-engine

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ configure(scalaProjects) {
158158
"-feature",
159159
"-unchecked",
160160
"-language:reflectiveCalls",
161-
"-Wconf:cat=deprecation:ws,any:e",
161+
"-Wconf:cat=deprecation:ws",
162162
"-Wconf:msg=While parsing annotations in:silent",
163163
"-Xlint:strict-unsealed-patmat"
164164
]

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
org.gradle.daemon=true
1818
org.gradle.jvmargs=-Duser.country=US -Duser.language=en
19-
scalaVersions=2.11.12,2.12.15,2.13.6
20-
defaultScalaVersions=2.13.6
19+
scalaVersions=2.11.12,2.12.20,2.13.15
20+
defaultScalaVersions=2.13.15
2121
runOnceTasks=clean,release
2222
org.gradle.java.installations.auto-download=false
2323
org.gradle.java.installations.fromEnv=JDK8,JDK11,JDK17,JDK21,JDK21_GRAALVM

0 commit comments

Comments
 (0)