File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/scala-sttp
samples/client/petstore/scala-sttp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ version := "{{artifactVersion}}"
22name := "{ {artifactId} }"
33organization := "{ {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
88libraryDependencies ++= Seq(
99 "com.softwaremill.sttp.client3" %% "core" % "{ {sttpClientVersion} }",
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ version := "1.0.0"
22name := " scala-sttp-petstore"
33organization := " 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
88libraryDependencies ++= Seq (
99 " com.softwaremill.sttp.client3" %% " core" % " 3.3.18" ,
You can’t perform that action at this time.
0 commit comments