Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
(docs): use java 15 because of
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Drobisch committed Sep 14, 2021
1 parent 78349b8 commit 05629e8
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 @@ -36,7 +36,7 @@ inThisBuild(List(
githubWorkflowTargetTags ++= Seq("v*"),
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("scalafmtCheckAll", "test", "docs/makeSite"))),
githubWorkflowJavaVersions := Seq("adopt@1.16.0-1"),
githubWorkflowJavaVersions := Seq("adopt@1.15.0-2"),
dynverSeparator := "-"
))

Expand Down

0 comments on commit 05629e8

Please sign in to comment.