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 0a680c4 commit 53fef50Copy full SHA for 53fef50
build.sbt
@@ -10,8 +10,8 @@ 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.20",
13
- crossScalaVersions := Seq(scalaVersion.value, "3.7.2"),
14
- crossSbtVersions := List("1.3.10"),
+ crossScalaVersions := Seq(scalaVersion.value),
+ crossSbtVersions := List("1.11.4"),
15
sbtPlugin := true,
16
17
inThisBuild(List(
0 commit comments