We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fac4a commit 0197088Copy full SHA for 0197088
build.sbt
@@ -10,7 +10,7 @@ specifications as part of your build. Other tasks are available as command line
10
lazy val `sbt-openapi-generator` = (project in file("."))
11
.settings(
12
scalaVersion := "2.12.15",
13
- crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
+ //crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
14
crossSbtVersions := List("0.13.17", "1.3.10"),
15
sbtPlugin := true,
16
0 commit comments