Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 5, 2024
1 parent b24fa7f commit 53d4bc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [ 2.13.13, 3.3.1]
scala: [ 2.13.14, 3.3.1]
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [ 2.13.13, 3.3.1]
scala: [ 2.13.14, 3.3.1]
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ThisBuild / resolvers ++= Seq(
)

val scala3_Version = "3.3.3"
val scala2_13Version = "2.13.13"
val scala2_13Version = "2.13.14"
val scalaCollectionCompatVersion = "2.12.0"
val hibernateVersion = "8.0.1.Final"
val jakartaVersion = "3.0.2"
Expand Down

0 comments on commit 53d4bc3

Please sign in to comment.