Skip to content

Commit

Permalink
Update scala-library, scalap to 2.13.14 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 22, 2024
1 parent f1a13c6 commit c390bb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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, macos-12]
scala: [2.13.13]
scala: [2.13.14]
java:
- temurin@8
- temurin@11
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.13]
scala: [2.13.14]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -148,12 +148,12 @@ jobs:
java-version: 22
cache: sbt

- name: Download target directories (2.13.13)
- name: Download target directories (2.13.14)
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-2.13.13-${{ matrix.java }}
name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }}

- name: Inflate target directories (2.13.13)
- name: Inflate target directories (2.13.14)
run: |
tar xf targets.tar
rm targets.tar
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
val buildName = "jardiff"

val scala212Version = "2.12.19"
val scala213Version = "2.13.13"
val scala213Version = "2.13.14"

inThisBuild(Seq[Setting[_]](
organization := "com.lightbend",
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
startYear := Some(2017),
organizationName := "Lightbend Inc. <https://www.lightbend.com>",
licenses := List(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.txt"))),
Expand Down

0 comments on commit c390bb1

Please sign in to comment.