We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc1b34 commit fa097c7Copy full SHA for fa097c7
build.sbt
@@ -39,18 +39,7 @@ lazy val `sbt-openapi-generator` = (project in file("."))
39
moduleName := "sbt-openapi-generator",
40
crossScalaVersions := Seq(scala212, scala3),
41
sbtPlugin := true,
42
- scalacOptions ++= {
43
- scalaBinaryVersion.value match {
44
- case "2.12" => "-Xsource:3" :: Nil
45
- case _ => Nil
46
- }
47
- },
48
- (pluginCrossBuild / sbtVersion) := {
49
50
- case "2.12" => "1.11.4"
51
- case _ => "2.0.0-RC3"
52
53
+
54
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.14.0",
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
56
)
0 commit comments