Update scala version (#20953)

This commit is contained in:
kenji yoshida
2025-03-24 14:55:46 +09:00
committed by GitHub
parent 34c6c583cc
commit 7d977b63dc
82 changed files with 90 additions and 90 deletions

View File

@@ -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,