Skip to content

Commit 9cadbf3

Browse files
committed
fix: build errors
1 parent d98c61e commit 9cadbf3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
jdk: [ 11, 17, 19 ]
45-
scala: [ 2.12.17, 2.13.12, 3.3.1 ]
45+
scala: [ 2.12.19, 2.13.14, 3.3.1 ]
4646
runs-on: ubuntu-latest
4747
needs: lint
4848
env:

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import sbt._
33
object Dependencies {
44

55
object Versions {
6-
val scala212Version = "2.12.17"
7-
val scala213Version = "2.13.11"
6+
val scala212Version = "2.12.19"
7+
val scala213Version = "2.13.14"
88
val scala3Version = "3.1.3"
99
val scalaTestVersion = "3.2.16"
1010
val logbackVersion = "1.2.12"

0 commit comments

Comments
 (0)