Skip to content

Commit

Permalink
Temurin releases for latest JDKs (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin authored Sep 22, 2024
1 parent 77ca63f commit 82b4c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Temurin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Temurin {

def fullIndex(ghToken: String): Index = {
val adoptIndices = (8 to 16).map(ver => ver -> index(ghToken, ver, adopt = true))
val temurinIndices = Seq(8, 11, 16, 17, 18, 19, 20, 21)
val temurinIndices = Seq(8, 11, 16, 17, 18, 19, 20, 21, 22, 23)
.map(ver => ver -> index(ghToken, ver, adopt = false))

val adoptiumIndices = (adoptIndices.toMap ++ temurinIndices)
Expand Down

0 comments on commit 82b4c13

Please sign in to comment.