Skip to content

Commit 60c5508

Browse files
committed
set module name
1 parent 2dc303e commit 60c5508

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

build.sbt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ crossScalaVersions := Nil
2929
lazy 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"),

0 commit comments

Comments
 (0)