Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 26, 2024
1 parent bd28bc8 commit d718c88
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.concurrent.duration.DurationInt
import scala.sys.process.Process

val scala2_12 = "2.12.20"
val scala2_13 = "2.13.14"
val scala2_13 = "2.13.15"
val scala3 = "3.3.3"

val scala2Versions = List(scala2_12, scala2_13)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val root = (project in file("."))
.enablePlugins(OpenapiCodegenPlugin)
.settings(
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
version := "0.1"
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val root = (project in file("."))
.enablePlugins(OpenapiCodegenPlugin)
.settings(
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
version := "0.1"
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val root = (project in file("."))
.enablePlugins(OpenapiCodegenPlugin)
.settings(
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
version := "0.1",
openapiStreamingImplementation := "pekko"
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val root = (project in file("."))
.enablePlugins(OpenapiCodegenPlugin)
.settings(
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
version := "0.1",
openapiJsonSerdeLib := "jsoniter"
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val root = (project in file("."))
.enablePlugins(OpenapiCodegenPlugin)
.settings(
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
version := "0.1",
openapiPackage := "com.example.generated.apis",
openapiObject := "MyExampleEndpoints",
Expand Down

0 comments on commit d718c88

Please sign in to comment.