File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,16 @@ crossScalaVersions := Nil
2929lazy val `sbt-openapi-generator` = (project in file(" ." ))
3030 .enablePlugins(SbtPlugin )
3131 .settings(
32- crossScalaVersions := Seq (" 2.12.20" , " 3.7.2" ),
32+ moduleName := " sbt-openapi-generator" ,
33+ crossScalaVersions := Seq (" 2.12.20" ),
3334 sbtPlugin := true ,
34- (pluginCrossBuild / sbtVersion) := {
35- scalaBinaryVersion.value match {
36- case " 2.12" => " 1.11.4"
37- case _ => " 2.0.0-RC3"
38- }
39- },
35+ // crossScalaVersions := Seq("2.12.20", "3.7.2"),
36+ // (pluginCrossBuild / sbtVersion) := {
37+ // scalaBinaryVersion.value match {
38+ // case "2.12" => "1.11.4"
39+ // case _ => "2.0.0-RC3"
40+ // }
41+ // },
4042
4143 resolvers ++= Seq (
4244 Resolver .sbtPluginRepo(" snapshots" ),
You can’t perform that action at this time.
0 commit comments