Skip to content

Commit 5317c30

Browse files
build: Update scala-library from 2.13.10 to 2.13.11
1 parent 79b0b7d commit 5317c30

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
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
46-
scala: [ 2.13.10, 2.12.17 ]
46+
scala: [ 2.13.11, 2.12.17 ]
4747
runs-on: ubuntu-latest
4848
needs: lint
4949
env:

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Dependencies {
44

55
object Versions {
66
val scala212Version = "2.12.17"
7-
val scala213Version = "2.13.10"
7+
val scala213Version = "2.13.11"
88
val scala3Version = "3.1.3"
99
val scalaTestVersion = "3.2.12"
1010
val logbackVersion = "1.2.12"

0 commit comments

Comments
 (0)