diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bea142a..662f1b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: actions/setup-java@v5 diff --git a/.github/workflows/sbt.yml b/.github/workflows/sbt.yml index 2bf41ab..44e671f 100644 --- a/.github/workflows/sbt.yml +++ b/.github/workflows/sbt.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up JDK @@ -19,12 +19,12 @@ jobs: - name: Setup sbt launcher uses: sbt/setup-sbt@v1 - name: Cache SBT ivy cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.ivy2/cache key: ${{ runner.os }}-sbt-ivy-cache-${{ hashFiles('**/*.sbt') }} - name: Cache SBT - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.sbt key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }} diff --git a/build.sbt b/build.sbt index 52a9c51..e72c2e8 100644 --- a/build.sbt +++ b/build.sbt @@ -48,8 +48,8 @@ lazy val `sbt-openapi-generator` = (project in file(".")) }, (pluginCrossBuild / sbtVersion) := { scalaBinaryVersion.value match { - case "2.12" => "1.12.11" - case _ => "2.0.0" + case "2.12" => "1.12.14" + case _ => "2.0.3" } }, scriptedLaunchOpts := { diff --git a/project/build.properties b/project/build.properties index dabdb15..e544c4d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.11 +sbt.version=1.12.14