We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e5c97 commit f999f03Copy full SHA for f999f03
.evergreen/.evg.yml
@@ -1857,11 +1857,11 @@ axes:
1857
- id: "2.12"
1858
display_name: "Scala 2.12"
1859
variables:
1860
- SCALA: "2.12.15"
+ SCALA: "2.12.20"
1861
- id: "2.13"
1862
display_name: "Scala 2.13"
1863
1864
- SCALA: "2.13.6"
+ SCALA: "2.13.15"
1865
1866
# Choice of MongoDB storage engine
1867
- id: storage-engine
gradle.properties
@@ -16,7 +16,7 @@
16
17
org.gradle.daemon=true
18
org.gradle.jvmargs=-Duser.country=US -Duser.language=en
19
-scalaVersions=2.11.12,2.12.15,2.13.6
+scalaVersions=2.11.12,2.12.20,2.13.15
20
defaultScalaVersions=2.13.6
21
runOnceTasks=clean,release
22
org.gradle.java.installations.auto-download=false
0 commit comments