Skip to content

Commit

Permalink
Update sbt-extras (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmarjanovic committed May 18, 2024
1 parent 5cfa20c commit 941013a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

set -o pipefail

declare -r sbt_release_version="1.9.9"
declare -r sbt_unreleased_version="1.9.9"
declare -r sbt_release_version="1.10.0"
declare -r sbt_unreleased_version="1.10.0"

declare -r latest_213="2.13.12"
declare -r latest_212="2.12.18"
declare -r latest_213="2.13.14"
declare -r latest_212="2.12.19"
declare -r latest_211="2.11.12"
declare -r latest_210="2.10.7"
declare -r latest_29="2.9.3"
Expand Down

0 comments on commit 941013a

Please sign in to comment.