Skip to content

Commit 1b0b133

Browse files
committed
Update scala-library to 2.13.14
1 parent 9207682 commit 1b0b133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
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.13, 2.13.5]
26+
scala: [2.12.13, 2.13.14]
2727
2828
runs-on: ${{ matrix.os }}
2929
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.typesafe.tools.mima.core._
22

33
val scala212 = "2.12.13"
4-
val scala213 = "2.13.5"
4+
val scala213 = "2.13.14"
55
val supportedScalaVersions = List(scala212, scala213)
66

77
val logbackVersion = "1.2.3"

0 commit comments

Comments
 (0)