Skip to content

Commit

Permalink
scala-library 2.12.18 (was 2.12.17) (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 29, 2024
1 parent 2aca3e7 commit 76afcfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17]
scala: [2.12.18]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.17]
scala: [2.12.18]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -79,12 +79,12 @@ jobs:
java-version: 11
cache: sbt

- name: Download target directories (2.12.17)
- name: Download target directories (2.12.18)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-2.12.17-${{ matrix.java }}
name: target-${{ matrix.os }}-2.12.18-${{ matrix.java }}

- name: Inflate target directories (2.12.17)
- name: Inflate target directories (2.12.18)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import scala.collection.JavaConverters._

ThisBuild / scalaVersion := "2.12.17"
ThisBuild / scalaVersion := "2.12.18"

sbtPlugin := true
crossSbtVersions := List("1.4.9")
Expand Down

0 comments on commit 76afcfb

Please sign in to comment.