We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685a320 commit 5eb3e6dCopy full SHA for 5eb3e6d
build.sbt
@@ -8,7 +8,7 @@ specifications as part of your build. Other tasks are available as command line
8
"""
9
10
lazy val scala212 = "2.12.20"
11
-lazy val scala211 = "2.11.12"
+lazy val scala211 = "2.12.19"
12
13
onLoadMessage := s"Welcome to sbt-openapi-generator ${version.value}"
14
//crossScalaVersions := Nil
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.6.2
+sbt.version=1.11.4
0 commit comments