We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8939ed commit 6be5101Copy full SHA for 6be5101
2 files changed
.github/workflows/installer.yml
@@ -68,7 +68,8 @@ jobs:
68
shell: bash
69
run: |
70
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
71
- brew install holgerbrandl/tap/kscript
+ export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
72
+ brew install kscripting/tap/kscript
73
kscript --help
74
kscript -d "println(1+1)"
- brew uninstall holgerbrandl/tap/kscript
75
+ brew uninstall kscripting/tap/kscript
build.gradle.kts
@@ -312,7 +312,7 @@ dependencies {
312
313
implementation("org.slf4j:slf4j-nop:2.0.5")
314
315
- implementation("org.semver4j:semver4j:3.0.0")
+ implementation("org.semver4j:semver4j:4.1.1")
316
317
318
testImplementation("org.junit.platform:junit-platform-suite-engine:1.9.0")
0 commit comments