forked from loafle/openapi-generator-original
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:
parent
4e27041bdc
commit
b4d2c14f12
@ -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}}",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user