diff --git a/.github/workflows/lts-backport.yaml b/.github/workflows/lts-backport.yaml index 376b8817b35e..95eabcebfe0c 100644 --- a/.github/workflows/lts-backport.yaml +++ b/.github/workflows/lts-backport.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - uses: coursier/cache-action@v6 - - uses: VirtusLab/scala-cli-setup@v1.8.4 + - uses: VirtusLab/scala-cli-setup@v1.8.5 - run: scala-cli ./project/scripts/addToBackportingProject.scala -- ${{ github.sha }} env: GRAPHQL_API_TOKEN: ${{ secrets.GRAPHQL_API_TOKEN }} diff --git a/project/Build.scala b/project/Build.scala index eed594bb3610..b6acaa25fbae 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -137,7 +137,7 @@ object Build { val mimaPreviousLTSDottyVersion = "3.3.0" /** Version of Scala CLI to download */ - val scalaCliLauncherVersion = "1.8.4" + val scalaCliLauncherVersion = "1.8.5" /** Version of Coursier to download for initializing the local maven repo of Scala command */ val coursierJarVersion = "2.1.24"