Skip to content

Commit

Permalink
Bump to scala 2.12.19 (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz authored Mar 1, 2024
1 parent 1859487 commit f08aa1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/change-scala-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -e

VALID_VERSIONS=("2.12" "2.13")
FULL_VERSIONS=("2.12.18" "2.13.12")
FULL_VERSIONS=("2.12.19" "2.13.12") # note: 2.13.13 breaks the zinc compile server

usage() {
echo "Usage: $(basename "$0") [-h|--help] <version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<!-- java/scala -->
<jdk.version>11</jdk.version>
<scala.version>2.12.18</scala.version> <!-- 2.12.18 is minimum required to support java 21 -->
<scala.version>2.12.19</scala.version> <!-- 2.12.18 is minimum required to support java 21 -->
<scala.binary.version>2.12</scala.binary.version> <!-- must remain outside of version specific scala profiles for sbt/ivy -->
<scala.xml.version>2.2.0</scala.xml.version>
<scala.parsers.version>2.3.0</scala.parsers.version>
Expand Down

0 comments on commit f08aa1c

Please sign in to comment.