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 31945e9 commit b72b5b6Copy full SHA for b72b5b6
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.20",
13
- crossScalaVersions := Seq(scalaVersion.value, "2.12.11"),
+ crossScalaVersions := Seq(scalaVersion.value, "2.12.19"),
14
crossSbtVersions := List("1.11.4"),
15
sbtPlugin := true,
16
0 commit comments