File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ specifications as part of your build. Other tasks are available as command line
88"""
99
1010lazy val scala212 = " 2.12.20"
11- lazy val scala3 = " 3.7.2 "
11+ lazy val scala211 = " 2.11.12 "
1212
1313onLoadMessage := s " Welcome to sbt-openapi-generator ${version.value}"
1414// crossScalaVersions := Nil
@@ -35,7 +35,7 @@ lazy val `sbt-openapi-generator` = (project in file("."))
3535 )
3636 ),
3737 moduleName := " sbt-openapi-generator" ,
38- crossScalaVersions := Seq (scala212, scala3 ),
38+ crossScalaVersions := Seq (scala212, scala211 ),
3939 crossSbtVersions := List (" 1.11.4" ),
4040 sbtPlugin := true ,
4141 scalacOptions ++= {
@@ -47,7 +47,7 @@ lazy val `sbt-openapi-generator` = (project in file("."))
4747 (pluginCrossBuild / sbtVersion) := {
4848 scalaBinaryVersion.value match {
4949 case " 2.12" => " 1.5.8"
50- case _ => " 2 .0.0-RC3 "
50+ case _ => " 1 .0.0-M4 "
5151 }
5252 },
5353 scriptedLaunchOpts := {
You can’t perform that action at this time.
0 commit comments