diff --git a/.github/workflows/lts-backport.yaml b/.github/workflows/lts-backport.yaml index 33cdc8d07f6c..f8b930707c69 100644 --- a/.github/workflows/lts-backport.yaml +++ b/.github/workflows/lts-backport.yaml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - uses: coursier/cache-action@v6 - - uses: VirtusLab/scala-cli-setup@v1.7.0 + - uses: VirtusLab/scala-cli-setup@v1.7.1 - 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 4a86ae3e9e19..5d5c0fd42329 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -189,7 +189,7 @@ object Build { val mimaPreviousLTSDottyVersion = "3.3.0" /** Version of Scala CLI to download */ - val scalaCliLauncherVersion = "1.7.0" + val scalaCliLauncherVersion = "1.7.1" /** Version of Coursier to download for initializing the local maven repo of Scala command */ val coursierJarVersion = "2.1.24"