Skip to content

Commit 76afcfb

Browse files
scala-library 2.12.18 (was 2.12.17) (#254)
1 parent 2aca3e7 commit 76afcfb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.12.17]
26+
scala: [2.12.18]
2727
java: [temurin@11]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: [ubuntu-latest]
65-
scala: [2.12.17]
65+
scala: [2.12.18]
6666
java: [temurin@11]
6767
runs-on: ${{ matrix.os }}
6868
steps:
@@ -79,12 +79,12 @@ jobs:
7979
java-version: 11
8080
cache: sbt
8181

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

87-
- name: Inflate target directories (2.12.17)
87+
- name: Inflate target directories (2.12.18)
8888
run: |
8989
tar xf targets.tar
9090
rm targets.tar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import scala.collection.JavaConverters._
22

3-
ThisBuild / scalaVersion := "2.12.17"
3+
ThisBuild / scalaVersion := "2.12.18"
44

55
sbtPlugin := true
66
crossSbtVersions := List("1.4.9")

0 commit comments

Comments
 (0)