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