Skip to content

Commit

Permalink
internal: Support JDK20 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial authored Oct 24, 2023
1 parent f6d76c8 commit dd40142
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ SCALA_VERSION="2.12.18"

ThisBuild / dynverSeparator := "-"

// Set scala version for passing scala-steward run on JDK20
ThisBuild / scalaVersion := SCALA_VERSION

lazy val buildSettings: Seq[Setting[_]] = Seq(
scalaVersion := SCALA_VERSION,
organization := "org.xerial.sbt",
organizationName := "Xerial project",
organizationHomepage := Some(new URL("http://xerial.org/")),
Expand Down
8 changes: 4 additions & 4 deletions sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

set -o pipefail

declare -r sbt_release_version="1.6.2"
declare -r sbt_unreleased_version="1.6.2"
declare -r sbt_release_version="1.9.7"
declare -r sbt_unreleased_version="1.9.7"

declare -r latest_213="2.13.8"
declare -r latest_212="2.12.15"
declare -r latest_213="2.13.12"
declare -r latest_212="2.12.18"
declare -r latest_211="2.11.12"
declare -r latest_210="2.10.7"
declare -r latest_29="2.9.3"
Expand Down

0 comments on commit dd40142

Please sign in to comment.