forked from loafle/openapi-generator-original
Update scala version (#20953)
This commit is contained in:
parent
34c6c583cc
commit
7d977b63dc
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
{{#useSwaggerUI}}
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
|
@ -2,8 +2,8 @@ version := "{{artifactVersion}}"
|
||||
name := "{{artifactId}}"
|
||||
organization := "{{groupId}}"
|
||||
|
||||
scalaVersion := "2.12.13"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.13.4")
|
||||
scalaVersion := "2.12.20"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.13.16")
|
||||
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
|
@ -1,7 +1,7 @@
|
||||
version := "{{artifactVersion}}"
|
||||
name := "{{artifactId}}"
|
||||
organization := "{{groupId}}"
|
||||
scalaVersion := "2.12.8"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies ++= Seq({{#useApachePekko}}
|
||||
"org.apache.pekko" %% "pekko-stream" % "1.0.3",
|
||||
|
@ -1,4 +1,4 @@
|
||||
scalaVersion := "2.13.11"
|
||||
scalaVersion := "2.13.16"
|
||||
scalacOptions += "-Ymacro-annotations"
|
||||
|
||||
val circeVersion = "0.14.5"
|
||||
@ -18,7 +18,7 @@ val cats = Seq("org.typelevel" %% "cats-core" % catsVersion)
|
||||
|
||||
lazy val compilerPlugins = Seq(
|
||||
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
|
||||
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full)
|
||||
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full)
|
||||
)
|
||||
|
||||
libraryDependencies ++= (Seq(
|
||||
|
@ -1,4 +1,4 @@
|
||||
scalaVersion := "3.3.3"
|
||||
scalaVersion := "3.6.4"
|
||||
|
||||
version := "{{artifactVersion}}"
|
||||
name := "{{artifactId}}"
|
||||
|
@ -2,7 +2,7 @@ version := "{{artifactVersion}}"
|
||||
name := "{{artifactId}}"
|
||||
organization := "{{groupId}}"
|
||||
|
||||
scalaVersion := "2.13.12"
|
||||
scalaVersion := "2.13.16"
|
||||
val PekkoVersion = "1.0.2"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
|
@ -1,7 +1,7 @@
|
||||
organization := "{{groupId}}"
|
||||
version := "{{artifactVersion}}"
|
||||
name := "{{artifactId}}"
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
enablePlugins(PlayScala)
|
||||
|
||||
|
@ -2,8 +2,8 @@ version := "{{artifactVersion}}"
|
||||
name := "{{artifactId}}"
|
||||
organization := "{{groupId}}"
|
||||
|
||||
scalaVersion := "2.13.10"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.12.17")
|
||||
scalaVersion := "2.13.16"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.12.20")
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.softwaremill.sttp.client3" %% "core" % "{{sttpClientVersion}}",
|
||||
|
@ -2,8 +2,8 @@ version := "{{artifactVersion}}"
|
||||
name := "{{artifactId}}"
|
||||
organization := "{{groupId}}"
|
||||
|
||||
scalaVersion := "2.13.10"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.12.17")
|
||||
scalaVersion := "2.13.16"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.12.20")
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.softwaremill.sttp.client4" %% "core" % "{{sttpClientVersion}}",
|
||||
|
@ -1,7 +1,7 @@
|
||||
organization := "{{groupId}}"
|
||||
name := "{{groupId}}-{{artifactId}}"
|
||||
version := "{{artifactVersion}}"
|
||||
scalaVersion := "2.12.4"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
mainClass in assembly := Some("JettyMain")
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
scalaVersion := "2.11.8"
|
||||
scalaVersion := "2.11.12"
|
||||
|
||||
val http4sVersion = "0.15.12a"
|
||||
val scalazVersion = "7.2.12"
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "{{groupId}}",
|
||||
name := "{{artifactId}}",
|
||||
version := "{{artifactVersion}}",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "echo-api-feign-json",
|
||||
version := "0.1.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "openapi-java-client",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "echo-api-okhttp-gson",
|
||||
version := "0.1.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-resteasy-echo",
|
||||
version := "0.1.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "openapi-java-client",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "openapi-java-client",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "openapi-java-client",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "openapi-java-client",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson",
|
||||
version := "1.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-feign-no-nullable",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-feign",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-google-api-client",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-jersey2-java8-localdatetime",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-jersey2-java8",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "openapi-java-client",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-jersey3",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson-31-do",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson-31",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "okhttp-gson-awsv4signature",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson-dynamicoperations",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson-group-parameter",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "nullable-required-okhttp-gson",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson-parcelableModel",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-okhttp-gson",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-rest-assured-jackson",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-rest-assured",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-resteasy",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-java-client-retrofit2-play26",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-retrofit2",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-retrofit2-rx2",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-retrofit2-rx3",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -2,8 +2,8 @@ version := "1.0.0"
|
||||
name := "scala-akka-petstore-client"
|
||||
organization := "org.openapitools"
|
||||
|
||||
scalaVersion := "2.12.13"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.13.4")
|
||||
scalaVersion := "2.12.20"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.13.16")
|
||||
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
|
@ -1,4 +1,4 @@
|
||||
scalaVersion := "3.3.3"
|
||||
scalaVersion := "3.6.4"
|
||||
|
||||
version := "1.0.0"
|
||||
name := "scala-http4s-client"
|
||||
|
@ -2,7 +2,7 @@ version := "1.0.0"
|
||||
name := "scala-pekko-petstore-client"
|
||||
organization := "org.openapitools"
|
||||
|
||||
scalaVersion := "2.13.12"
|
||||
scalaVersion := "2.13.16"
|
||||
val PekkoVersion = "1.0.2"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
|
@ -2,8 +2,8 @@ version := "1.0.0"
|
||||
name := "scala-sttp-petstore"
|
||||
organization := "org.openapitools"
|
||||
|
||||
scalaVersion := "2.13.10"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.12.17")
|
||||
scalaVersion := "2.13.16"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.12.20")
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.softwaremill.sttp.client3" %% "core" % "3.3.18",
|
||||
|
@ -2,8 +2,8 @@ version := "1.0.0"
|
||||
name := "openapi-client"
|
||||
organization := "org.openapitools"
|
||||
|
||||
scalaVersion := "2.13.10"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.12.17")
|
||||
scalaVersion := "2.13.16"
|
||||
crossScalaVersions := Seq(scalaVersion.value, "2.12.20")
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.softwaremill.sttp.client4" %% "core" % "4.0.0-M1",
|
||||
|
@ -1,4 +1,4 @@
|
||||
scalaVersion := "2.11.8"
|
||||
scalaVersion := "2.11.12"
|
||||
|
||||
val http4sVersion = "0.15.12a"
|
||||
val scalazVersion = "7.2.12"
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "openapi3-extensions-x-auth-id-alias-jersey2-java8",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-openapi3-jersey2-java8-special-characters",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-openapi3-jersey2-java8",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-openapi3-jersey2-java8",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -3,7 +3,7 @@ lazy val root = (project in file(".")).
|
||||
organization := "org.openapitools",
|
||||
name := "petstore-openapi3-jersey2-java8",
|
||||
version := "1.0.0",
|
||||
scalaVersion := "2.11.4",
|
||||
scalaVersion := "2.11.12",
|
||||
scalacOptions ++= Seq("-feature"),
|
||||
Compile / javacOptions ++= Seq("-Xlint:deprecation"),
|
||||
Compile / packageDoc / publishArtifact := false,
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += guice
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
libraryDependencies += guice
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"
|
||||
|
||||
lazy val root = (project in file(".")).enablePlugins(PlayJava)
|
||||
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies += "org.webjars" % "swagger-ui" % "3.32.5"
|
||||
libraryDependencies += "javax.validation" % "validation-api" % "2.0.1.Final"
|
||||
|
@ -1,7 +1,7 @@
|
||||
version := "1.0.0"
|
||||
name := "openapi-scala-akka-http-server"
|
||||
organization := "org.openapitools"
|
||||
scalaVersion := "2.12.8"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"com.typesafe.akka" %% "akka-stream" % "2.5.21",
|
||||
|
@ -1,4 +1,4 @@
|
||||
scalaVersion := "2.13.11"
|
||||
scalaVersion := "2.13.16"
|
||||
scalacOptions += "-Ymacro-annotations"
|
||||
|
||||
val circeVersion = "0.14.5"
|
||||
@ -18,7 +18,7 @@ val cats = Seq("org.typelevel" %% "cats-core" % catsVersion)
|
||||
|
||||
lazy val compilerPlugins = Seq(
|
||||
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1"),
|
||||
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full)
|
||||
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full)
|
||||
)
|
||||
|
||||
libraryDependencies ++= (Seq(
|
||||
|
@ -4,7 +4,7 @@ name := "scala-lagom-server"
|
||||
|
||||
organization := "org.openapitools"
|
||||
|
||||
scalaVersion := "2.11.8"
|
||||
scalaVersion := "2.11.12"
|
||||
|
||||
val playJsonDerivedCodecs = "org.julienrf" %% "play-json-derived-codecs" % "3.3"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
version := "1.0.0"
|
||||
name := "openapi-scala-pekko-http-server"
|
||||
organization := "org.openapitools"
|
||||
scalaVersion := "2.12.8"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
libraryDependencies ++= Seq(
|
||||
"org.apache.pekko" %% "pekko-stream" % "1.0.3",
|
||||
|
@ -1,7 +1,7 @@
|
||||
organization := ""
|
||||
version := ""
|
||||
name := ""
|
||||
scalaVersion := "2.12.6"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
enablePlugins(PlayScala)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
organization := "org.openapitools"
|
||||
name := "scalatra-sample"
|
||||
version := "0.1.0-SNAPSHOT"
|
||||
scalaVersion := "2.12.4"
|
||||
scalaVersion := "2.12.20"
|
||||
|
||||
mainClass in assembly := Some("JettyMain")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user