Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 58adced

Browse files
committed
Update scala-library to 2.13.15
1 parent db6479c commit 58adced

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
scala: [2.13.14, 3.0.2]
30+
scala: [2.13.15, 3.0.2]
3131
3232
runs-on: ${{ matrix.os }}
3333
steps:
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
os: [ubuntu-latest]
78-
scala: [2.13.14]
78+
scala: [2.13.15]
7979
8080
runs-on: ${{ matrix.os }}
8181
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inThisBuild(
2121
)
2222
)
2323

24-
val Scala213 = "2.13.14"
24+
val Scala213 = "2.13.15"
2525
val Scala3 = "3.0.2"
2626

2727
def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full))

0 commit comments

Comments
 (0)