Skip to content

Commit

Permalink
Bump scala to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Apr 30, 2024
1 parent a208d62 commit 1313192
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")

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 @@ -63,7 +63,7 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<scala.version>2.12.18</scala.version>
<scala.version>2.12.19</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<jdk.version>11</jdk.version>

Expand Down

0 comments on commit 1313192

Please sign in to comment.