diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f86fa5b..3f318fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,15 +19,6 @@ jobs: with: distribution: temurin java-version: 25 - - name: Downgrade to Kotlin 2.3 - env: - GH_TOKEN: ${{ github.token }} - KOTLIN_VERSION: 2.3.21 - run: | - kotlin -version - gh release download v$KOTLIN_VERSION --repo JetBrains/kotlin --pattern kotlin-compiler-$KOTLIN_VERSION.zip - unzip -q kotlin-compiler-$KOTLIN_VERSION.zip -d "$RUNNER_TEMP/kotlin" - echo "$RUNNER_TEMP/kotlin/kotlinc/bin" >> "$GITHUB_PATH" - name: Run Help run: | kotlin -version diff --git a/ort-analyzer-parser.main.kts b/ort-analyzer-parser.main.kts index 8f3b5c5..e79a891 100755 --- a/ort-analyzer-parser.main.kts +++ b/ort-analyzer-parser.main.kts @@ -2,7 +2,7 @@ @file:CompilerOptions("-jvm-target", "25") @file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0") -@file:DependsOn("org.ossreviewtoolkit:analyzer:91.1.0") +@file:DependsOn("org.ossreviewtoolkit:analyzer:91.2.0") import com.github.ajalt.clikt.core.CliktCommand import com.github.ajalt.clikt.core.Context