Skip to content

Commit

Permalink
test on java 8 too
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills committed Oct 17, 2023
1 parent b3fd97e commit a71796e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ val scalafixV = "0.11.1"

ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.18")
ThisBuild / scalaVersion := Scala213 // the default Scala
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
ThisBuild / githubWorkflowJavaVersions := Seq(
JavaSpec.temurin("8"),
JavaSpec.temurin("11")
)

// semantic db settings
ThisBuild / semanticdbEnabled := true
Expand Down

0 comments on commit a71796e

Please sign in to comment.