Skip to content

Commit 74d6345

Browse files
Update scala-library to 2.12.16
1 parent 804f0e8 commit 74d6345

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.15]
31+
scala: [2.12.16]
3232
java: [temurin@8]
3333
project: [rootJVM]
3434
runs-on: ${{ matrix.os }}
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
matrix:
112112
os: [ubuntu-latest]
113-
scala: [2.12.15]
113+
scala: [2.12.16]
114114
java: [temurin@8]
115115
runs-on: ${{ matrix.os }}
116116
steps:
@@ -176,7 +176,7 @@ jobs:
176176
strategy:
177177
matrix:
178178
os: [ubuntu-latest]
179-
scala: [2.12.15]
179+
scala: [2.12.16]
180180
java: [temurin@8]
181181
runs-on: ${{ matrix.os }}
182182
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "sbt-typelevel"
33
ThisBuild / tlBaseVersion := "0.4"
44
ThisBuild / tlCiReleaseBranches := Seq("series/0.4")
55
ThisBuild / tlSitePublishBranch := Some("series/0.4")
6-
ThisBuild / crossScalaVersions := Seq("2.12.15")
6+
ThisBuild / crossScalaVersions := Seq("2.12.16")
77
ThisBuild / developers := List(
88
tlGitHubDev("armanbilge", "Arman Bilge"),
99
tlGitHubDev("rossabaker", "Ross A. Baker"),

0 commit comments

Comments
 (0)