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 b23edc6 commit 69aafa4Copy full SHA for 69aafa4
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
fail-fast: false
44
matrix:
45
jdk: [ adopt@1.8, adopt@1.11, adopt@1.14 ]
46
- scala: [ 2.13.6, 2.12.17 ]
+ scala: [ 2.13.9, 2.12.17 ]
47
runs-on: ubuntu-latest
48
needs: lint
49
env:
project/Dependencies.scala
@@ -4,7 +4,7 @@ object Dependencies {
4
5
object Versions {
6
val scala212Version = "2.12.17"
7
- val scala213Version = "2.13.6"
+ val scala213Version = "2.13.9"
8
val scala3Version = "3.1.3"
9
val scalaTestVersion = "3.2.12"
10
val logbackVersion = "1.2.11"
0 commit comments