File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 6868 shell : bash
6969 run : |
7070 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
71- brew install holgerbrandl/tap/kscript
71+ export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
72+ brew install kscripting/tap/kscript
7273 kscript --help
7374 kscript -d "println(1+1)"
74- brew uninstall holgerbrandl /tap/kscript
75+ brew uninstall kscripting /tap/kscript
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ dependencies {
312312
313313 implementation(" org.slf4j:slf4j-nop:2.0.5" )
314314
315- implementation(" org.semver4j:semver4j:3.0.0 " )
315+ implementation(" org.semver4j:semver4j:4.1.1 " )
316316
317317
318318 testImplementation(" org.junit.platform:junit-platform-suite-engine:1.9.0" )
You can’t perform that action at this time.
0 commit comments