Skip to content

Commit 5eb98a4

Browse files
authored
Merge pull request #166 from slick/update/scala-library-2.13.18
Update scala-library, scala-reflect to 2.13.18
2 parents 7a95214 + 6e6850e commit 5eb98a4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
scala: [2.13.15]
25+
scala: [2.13.18]
2626
java: [temurin@11]
2727
runs-on: ${{ matrix.os }}
2828
steps:
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
os: [ubuntu-latest]
70-
scala: [2.13.15]
70+
scala: [2.13.18]
7171
java: [temurin@11]
7272
runs-on: ${{ matrix.os }}
7373
steps:
@@ -87,12 +87,12 @@ jobs:
8787
- name: Setup sbt
8888
uses: sbt/setup-sbt@v1
8989

90-
- name: Download target directories (2.13.15)
90+
- name: Download target directories (2.13.18)
9191
uses: actions/download-artifact@v4
9292
with:
93-
name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }}
93+
name: target-${{ matrix.os }}-2.13.18-${{ matrix.java }}
9494

95-
- name: Inflate target directories (2.13.15)
95+
- name: Inflate target directories (2.13.18)
9696
run: |
9797
tar xf targets.tar
9898
rm targets.tar

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pull_request_rules:
99
- author=scala-steward
1010
- author=slick-scala-steward[bot]
1111
- author=renovate[bot]
12-
- check-success=Build and Test (ubuntu-latest, 2.13.15, temurin@11)
12+
- check-success=Build and Test (ubuntu-latest, 2.13.18, temurin@11)
1313
actions:
1414
queue:
1515
name: default

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import _root_.io.github.nafg.mergify.dsl.*
22

3-
ThisBuild / scalaVersion := "2.13.15"
3+
ThisBuild / scalaVersion := "2.13.18"
44
ThisBuild / scalacOptions += "-Xsource:3"
55

66
mergifyExtraConditions := Seq(

0 commit comments

Comments
 (0)