Skip to content

Commit fcd1a66

Browse files
committed
Update scala-library to 2.13.5
1 parent 6534350 commit fcd1a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.4]
26+
scala: [2.12.13, 2.13.5]
2727
java: [adopt@1.11, adopt@1.8]
2828
runs-on: ${{ matrix.os }}
2929
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scala212 = "2.12.13"
2-
val scala213 = "2.13.4"
2+
val scala213 = "2.13.5"
33
val supportedScalaVersions = List(scala212, scala213)
44

55
val logbackVersion = "1.2.3"

0 commit comments

Comments
 (0)