Skip to content

Commit

Permalink
Merge pull request #442 from guardian/add-java-version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed May 21, 2024
2 parents c4ec779 + 5d660c2 commit ae71447
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,3 @@ crashlytics-build.properties
.bsp/
.metals/
.vscode/

# asdf
.tool-versions
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java corretto-21.0.3.9.1
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy val commonSettings = Seq(
"-deprecation",
"-feature",
"-unchecked",
"-release:8",
"-release:11",
"-Xfatal-warnings"
),
Test / testOptions ++= Seq(
Expand Down

0 comments on commit ae71447

Please sign in to comment.