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 ee95880 commit 4ffacf8Copy full SHA for 4ffacf8
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, "3.7.2"),
+ crossScalaVersions := Seq(scalaVersion.value, "3.7.2"),
14
15
sbtPlugin := true,
16
(pluginCrossBuild / sbtVersion) := {
0 commit comments