Skip to content

Commit 0197088

Browse files
committed
comment out cross
1 parent 74fac4a commit 0197088

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
@@ -10,7 +10,7 @@ specifications as part of your build. Other tasks are available as command line
1010
lazy val `sbt-openapi-generator` = (project in file("."))
1111
.settings(
1212
scalaVersion := "2.12.15",
13-
crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
13+
//crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
1414
crossSbtVersions := List("0.13.17", "1.3.10"),
1515
sbtPlugin := true,
1616

0 commit comments

Comments
 (0)