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 21e236e commit c9f8e0eCopy full SHA for c9f8e0e
.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.16 ]
+ scala: [ 2.13.6, 2.12.17 ]
47
runs-on: ubuntu-latest
48
needs: lint
49
env:
project/Dependencies.scala
@@ -3,7 +3,7 @@ import sbt._
3
object Dependencies {
4
5
object Versions {
6
- val scala212Version = "2.12.16"
+ val scala212Version = "2.12.17"
7
val scala213Version = "2.13.6"
8
val scala3Version = "3.1.3"
9
val scalaTestVersion = "3.2.12"
0 commit comments