Skip to content

Commit f999f03

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
19+
scalaVersions=2.11.12,2.12.20,2.13.15
2020
defaultScalaVersions=2.13.6
2121
runOnceTasks=clean,release
2222
org.gradle.java.installations.auto-download=false

0 commit comments

Comments
 (0)