Skip to content

Commit

Permalink
updated java lts to 21 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Oct 17, 2023
1 parent 45ff35f commit 2cebe1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source: src/cli/alias/set.rs
expression: output
---
java lts 17
java lts 21
node lts 18
node lts-argon 4
node lts-boron 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
source: src/cli/alias/unset.rs
expression: output
---
java lts 17
java lts 21
node lts 18
node lts-argon 4
node lts-boron 6
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/core/java.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ impl Plugin for JavaPlugin {
}

fn get_aliases(&self, _settings: &Settings) -> Result<BTreeMap<String, String>> {
let aliases = BTreeMap::from([("lts".into(), "17".into())]);
let aliases = BTreeMap::from([("lts".into(), "21".into())]);
Ok(aliases)
}

Expand Down

0 comments on commit 2cebe1e

Please sign in to comment.