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 e88bb2d commit e04d1a0Copy full SHA for e04d1a0
build.sbt
@@ -9,8 +9,8 @@ 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.20",
13
- //crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
+ scalaVersion := "2.13.16",
+ crossScalaVersions := Seq(scalaVersion.value, "2.12.20"),
14
crossSbtVersions := List("0.13.17", "1.3.10"),
15
sbtPlugin := true,
16
0 commit comments