Skip to content

Commit afccc4a

Browse files
committed
remove
1 parent 9f7300f commit afccc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy val scala212 = "2.12.20"
1111
lazy val scala3 = "3.7.2"
1212

1313
onLoadMessage := s"Welcome to sbt-openapi-generator ${version.value}"
14-
crossScalaVersions := Nil
14+
//crossScalaVersions := Nil
1515
//publish / skip := true // don't publish the root project
1616

1717
lazy val `sbt-openapi-generator` = (project in file("."))

0 commit comments

Comments
 (0)