Skip to content

Commit

Permalink
Bump Scala patch versions (#1535)
Browse files Browse the repository at this point in the history
Updated to: 2.11.12, 2.12.20, 2.13.15

JAVA-5649
  • Loading branch information
rozza committed Oct 24, 2024
1 parent ca1f66c commit 4db44b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .evergreen/.evg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1826,11 +1826,11 @@ axes:
- id: "2.12"
display_name: "Scala 2.12"
variables:
SCALA: "2.12.15"
SCALA: "2.12.20"
- id: "2.13"
display_name: "Scala 2.13"
variables:
SCALA: "2.13.6"
SCALA: "2.13.15"

# Choice of MongoDB storage engine
- id: storage-engine
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ configure(scalaProjects) {
"-feature",
"-unchecked",
"-language:reflectiveCalls",
"-Wconf:cat=deprecation:ws,any:e",
"-Wconf:cat=deprecation:ws",
"-Wconf:msg=While parsing annotations in:silent",
"-Xlint:strict-unsealed-patmat"
]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

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

0 comments on commit 4db44b0

Please sign in to comment.