Skip to content

Commit

Permalink
Rename scala34 -> scala35
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Oct 9, 2024
1 parent bfb60e7 commit be26be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ThisBuild / tlBaseVersion := "0.3"
ThisBuild / tlFatalWarnings := true
ThisBuild / projectName := "ldbc"
ThisBuild / scalaVersion := scala3
ThisBuild / crossScalaVersions := Seq(scala3, scala34)
ThisBuild / crossScalaVersions := Seq(scala3, scala35)
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.corretto(java11), JavaSpec.corretto(java17))
ThisBuild / githubWorkflowBuildPreamble ++= List(dockerRun) ++ nativeBrewInstallWorkflowSteps.value
ThisBuild / nativeBrewInstallCond := Some("matrix.project == 'ldbcNative'")
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
object ScalaVersions {
val scala2 = "2.12.19"
val scala3 = "3.3.4"
val scala34 = "3.5.1"
val scala35 = "3.5.1"
}

object JavaVersions {
Expand Down

0 comments on commit be26be5

Please sign in to comment.