From d718c88f6d2cf52ffdf398744113c9e06e2f0ba9 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 26 Sep 2024 00:07:14 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.15 --- build.sbt | 2 +- .../src/sbt-test/sbt-openapi-codegen/caching/build.sbt | 2 +- .../src/sbt-test/sbt-openapi-codegen/minimal/build.sbt | 2 +- .../sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip/build.sbt | 2 +- .../sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt | 2 +- .../src/sbt-test/sbt-openapi-codegen/option-overrides/build.sbt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 667676ed31..40c871b9b8 100644 --- a/build.sbt +++ b/build.sbt @@ -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) diff --git a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/caching/build.sbt b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/caching/build.sbt index 7e556918c4..26b2df3a95 100644 --- a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/caching/build.sbt +++ b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/caching/build.sbt @@ -1,7 +1,7 @@ lazy val root = (project in file(".")) .enablePlugins(OpenapiCodegenPlugin) .settings( - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", version := "0.1" ) diff --git a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/minimal/build.sbt b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/minimal/build.sbt index 7e556918c4..26b2df3a95 100644 --- a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/minimal/build.sbt +++ b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/minimal/build.sbt @@ -1,7 +1,7 @@ lazy val root = (project in file(".")) .enablePlugins(OpenapiCodegenPlugin) .settings( - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", version := "0.1" ) diff --git a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip/build.sbt b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip/build.sbt index bc1782b177..dd790d804c 100644 --- a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip/build.sbt +++ b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip/build.sbt @@ -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" ) diff --git a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt index 167a7002b7..cd6b79c9fc 100644 --- a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt +++ b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/oneOf-json-roundtrip_jsoniter/build.sbt @@ -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" ) diff --git a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/option-overrides/build.sbt b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/option-overrides/build.sbt index 97e53a4568..4b23ba3388 100644 --- a/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/option-overrides/build.sbt +++ b/openapi-codegen/sbt-plugin/src/sbt-test/sbt-openapi-codegen/option-overrides/build.sbt @@ -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",