forked from loafle/openapi-generator-original
Update scala version (#20953)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user