We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7080db8 commit 0a680c4Copy full SHA for 0a680c4
build.sbt
@@ -11,7 +11,7 @@ lazy val `sbt-openapi-generator` = (project in file("."))
11
.settings(
12
scalaVersion := "2.12.20",
13
crossScalaVersions := Seq(scalaVersion.value, "3.7.2"),
14
- crossSbtVersions := List("0.13.17", "1.3.10"),
+ crossSbtVersions := List("1.3.10"),
15
sbtPlugin := true,
16
17
inThisBuild(List(
0 commit comments