Skip to content

Commit

Permalink
Update scala-library to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 17, 2025
1 parent b42865c commit bf74ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt.Reference.display
import sbt.internal.ProjectMatrix

val scala2_12 = "2.12.19"
val scala2_13 = "2.13.13"
val scala2_13 = "2.13.16"
val scala3 = "3.3.3"

val scalaJVMVersions = List(scala2_12, scala2_13, scala3)
Expand Down Expand Up @@ -282,4 +282,4 @@ lazy val openapiComparatorTests: ProjectMatrix = (projectMatrix in file("openapi
scalaVersions = scalaNativeVersions,
settings = commonNativeSettings
)
.dependsOn(openapiModel, openapiCirce, circeTestUtils % Test)
.dependsOn(openapiModel, openapiCirce, circeTestUtils % Test)

0 comments on commit bf74ac4

Please sign in to comment.