Skip to content

Commit

Permalink
bump to working versions of temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed May 20, 2023
1 parent 2147fe6 commit 2a29fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val commonSettings: Seq[Setting[_]] = Seq(
ThisBuild / githubWorkflowPublish := Nil
ThisBuild / githubWorkflowArtifactUpload := false
// ThisBuild / githubWorkflowScalaVersions := Seq(dottyVersion)
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("1.8"), JavaSpec.temurin("1.11"))
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17.0"), JavaSpec.temurin("11.0"))
ThisBuild / scalaVersion := "3.2.2"
ThisBuild / crossScalaVersions := Seq((ThisBuild / scalaVersion).value)
ThisBuild / version := "0.1.0-SNAPSHOT"
Expand Down

0 comments on commit 2a29fdf

Please sign in to comment.