We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7300f commit afccc4aCopy full SHA for afccc4a
build.sbt
@@ -11,7 +11,7 @@ lazy val scala212 = "2.12.20"
11
lazy val scala3 = "3.7.2"
12
13
onLoadMessage := s"Welcome to sbt-openapi-generator ${version.value}"
14
-crossScalaVersions := Nil
+//crossScalaVersions := Nil
15
//publish / skip := true // don't publish the root project
16
17
lazy val `sbt-openapi-generator` = (project in file("."))
0 commit comments