We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d2e17 commit bd80883Copy full SHA for bd80883
build.sbt
@@ -12,7 +12,7 @@ lazy val scala21219 = "2.13.16"
12
13
onLoadMessage := s"Welcome to sbt-openapi-generator ${version.value}"
14
//crossScalaVersions := Nil
15
-//publish / skip := true // don't publish the root project
+publish / skip := true // don't publish the root project
16
17
lazy val `sbt-openapi-generator` = (project in file("."))
18
.settings(
@@ -36,7 +36,6 @@ lazy val `sbt-openapi-generator` = (project in file("."))
36
),
37
moduleName := "sbt-openapi-generator",
38
crossScalaVersions := Seq(scala21220, scala21219),
39
- crossSbtVersions := List("1.11.4"),
40
sbtPlugin := true,
41
scalacOptions ++= {
42
scalaBinaryVersion.value match {
0 commit comments