Skip to content

Commit b4d2c14

Browse files
authored
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
1 parent 4e27041 commit b4d2c14

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/openapi-generator/src/main/resources/scala-sttp/build.sbt.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version := "{{artifactVersion}}"
22
name := "{{artifactId}}"
33
organization := "{{groupId}}"
44

5-
scalaVersion := "2.13.5"
6-
crossScalaVersions := Seq(scalaVersion.value, "2.12.13")
5+
scalaVersion := "2.13.10"
6+
crossScalaVersions := Seq(scalaVersion.value, "2.12.17")
77

88
libraryDependencies ++= Seq(
99
"com.softwaremill.sttp.client3" %% "core" % "{{sttpClientVersion}}",

samples/client/petstore/scala-sttp/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ version := "1.0.0"
22
name := "scala-sttp-petstore"
33
organization := "org.openapitools"
44

5-
scalaVersion := "2.13.5"
6-
crossScalaVersions := Seq(scalaVersion.value, "2.12.13")
5+
scalaVersion := "2.13.10"
6+
crossScalaVersions := Seq(scalaVersion.value, "2.12.17")
77

88
libraryDependencies ++= Seq(
99
"com.softwaremill.sttp.client3" %% "core" % "3.3.18",

0 commit comments

Comments
 (0)