Skip to content

Commit 6be5101

Browse files
committed
* Small fixes
Signed-off-by: Marcin Kuszczak <1508798+aartiPl@users.noreply.github.com>
1 parent f8939ed commit 6be5101

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/installer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ jobs:
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)