Update scala versions to 2.13.10 and 2.12.17 (#15459)

* Update scala versions to 2.13.10 and 2.12.17

* update samples
This commit is contained in:
Jacob Wang 2023-05-09 18:30:45 +01:00 committed by GitHub
parent 4e27041bdc
commit b4d2c14f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ version := "{{artifactVersion}}"
name := "{{artifactId}}" name := "{{artifactId}}"
organization := "{{groupId}}" organization := "{{groupId}}"
scalaVersion := "2.13.5" scalaVersion := "2.13.10"
crossScalaVersions := Seq(scalaVersion.value, "2.12.13") crossScalaVersions := Seq(scalaVersion.value, "2.12.17")
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"com.softwaremill.sttp.client3" %% "core" % "{{sttpClientVersion}}", "com.softwaremill.sttp.client3" %% "core" % "{{sttpClientVersion}}",

View File

@ -2,8 +2,8 @@ version := "1.0.0"
name := "scala-sttp-petstore" name := "scala-sttp-petstore"
organization := "org.openapitools" organization := "org.openapitools"
scalaVersion := "2.13.5" scalaVersion := "2.13.10"
crossScalaVersions := Seq(scalaVersion.value, "2.12.13") crossScalaVersions := Seq(scalaVersion.value, "2.12.17")
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"com.softwaremill.sttp.client3" %% "core" % "3.3.18", "com.softwaremill.sttp.client3" %% "core" % "3.3.18",