We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98c61e commit 9cadbf3Copy full SHA for 9cadbf3
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
fail-fast: false
43
matrix:
44
jdk: [ 11, 17, 19 ]
45
- scala: [ 2.12.17, 2.13.12, 3.3.1 ]
+ scala: [ 2.12.19, 2.13.14, 3.3.1 ]
46
runs-on: ubuntu-latest
47
needs: lint
48
env:
project/Dependencies.scala
@@ -3,8 +3,8 @@ import sbt._
3
object Dependencies {
4
5
object Versions {
6
- val scala212Version = "2.12.17"
7
- val scala213Version = "2.13.11"
+ val scala212Version = "2.12.19"
+ val scala213Version = "2.13.14"
8
val scala3Version = "3.1.3"
9
val scalaTestVersion = "3.2.16"
10
val logbackVersion = "1.2.12"
0 commit comments