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 6773432 commit 974550dCopy full SHA for 974550d
.github/workflows/scala.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- scala: [ 2.13.15, 3.3.1]
+ scala: [ 2.13.16, 3.3.1]
19
steps:
20
- uses: actions/checkout@v3
21
- name: Set up JDK 8
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / resolvers ++= Seq(
6
)
7
8
val scala3_Version = "3.3.4"
9
-val scala2_13Version = "2.13.15"
+val scala2_13Version = "2.13.16"
10
val scalaCollectionCompatVersion = "2.12.0"
11
val hibernateVersion = "8.0.1.Final"
12
val jakartaVersion = "3.1.0"
0 commit comments