Skip to content

Commit b0e1a46

Browse files
committed
Bump Scala patch versions
Updated to: 2.11.12, 2.12.20, 2.13.15 JAVA-5649
1 parent e8e5c97 commit b0e1a46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.evergreen/.evg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,11 +1857,11 @@ axes:
18571857
- id: "2.12"
18581858
display_name: "Scala 2.12"
18591859
variables:
1860-
SCALA: "2.12.15"
1860+
SCALA: "2.12.20"
18611861
- id: "2.13"
18621862
display_name: "Scala 2.13"
18631863
variables:
1864-
SCALA: "2.13.6"
1864+
SCALA: "2.13.15"
18651865

18661866
# Choice of MongoDB storage engine
18671867
- id: storage-engine

build.gradle

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)