Skip to content

Commit

Permalink
sbt 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 14, 2023
1 parent 1b31fa7 commit 374f5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbt
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

set +e
declare builtin_sbt_version="1.9.7"
declare builtin_sbt_version="1.9.8"
declare -a residual_args
declare -a java_args
declare -a scalac_args
Expand All @@ -24,7 +24,7 @@ declare build_props_sbt_version=
declare use_sbtn=
declare no_server=
declare sbtn_command="$SBTN_CMD"
declare sbtn_version="1.9.0"
declare sbtn_version="1.9.7"

### ------------------------------- ###
### Helper methods for BASH scripts ###
Expand Down

0 comments on commit 374f5ba

Please sign in to comment.