Skip to content

Commit 50ac454

Browse files
committed
Bump Scala patch versions (mongodb#1535)
Updated to: 2.11.12, 2.12.20, 2.13.15 JAVA-5649
1 parent f2bf29a commit 50ac454

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.evergreen/.evg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,11 +1795,11 @@ axes:
17951795
- id: "2.12"
17961796
display_name: "Scala 2.12"
17971797
variables:
1798-
SCALA: "2.12.15"
1798+
SCALA: "2.12.20"
17991799
- id: "2.13"
18001800
display_name: "Scala 2.13"
18011801
variables:
1802-
SCALA: "2.13.6"
1802+
SCALA: "2.13.15"
18031803

18041804
# Choice of MongoDB storage engine
18051805
- id: storage-engine

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ configure(scalaProjects) {
157157
"-feature",
158158
"-unchecked",
159159
"-language:reflectiveCalls",
160-
"-Wconf:cat=deprecation:ws,any:e",
160+
"-Wconf:cat=deprecation:ws",
161+
"-Wconf:msg=While parsing annotations in:silent",
161162
"-Xlint:strict-unsealed-patmat"
162163
]
163164
}

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

0 commit comments

Comments
 (0)