We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83ba1d commit 31d5107Copy full SHA for 31d5107
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.13.16"
12
13
onLoadMessage := s"Welcome to sbt-openapi-generator ${version.value}"
14
//crossScalaVersions := Nil
0 commit comments