Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 974550d

Browse files
committed
Update scala-library to 2.13.16
1 parent 6773432 commit 974550d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
scala: [ 2.13.15, 3.3.1]
18+
scala: [ 2.13.16, 3.3.1]
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Set up JDK 8
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
scala: [ 2.13.15, 3.3.1]
52+
scala: [ 2.13.16, 3.3.1]
5353
steps:
5454
- uses: actions/checkout@v3
5555
- name: Set up JDK 8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / resolvers ++= Seq(
66
)
77

88
val scala3_Version = "3.3.4"
9-
val scala2_13Version = "2.13.15"
9+
val scala2_13Version = "2.13.16"
1010
val scalaCollectionCompatVersion = "2.12.0"
1111
val hibernateVersion = "8.0.1.Final"
1212
val jakartaVersion = "3.1.0"

0 commit comments

Comments
 (0)