Skip to content

Commit e04d1a0

Browse files
authored
cross compile to 2.12 and 2.13 (#65)
1 parent e88bb2d commit e04d1a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ specifications as part of your build. Other tasks are available as command line
99

1010
lazy val `sbt-openapi-generator` = (project in file("."))
1111
.settings(
12-
scalaVersion := "2.12.20",
13-
//crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
12+
scalaVersion := "2.13.16",
13+
crossScalaVersions := Seq(scalaVersion.value, "2.12.20"),
1414
crossSbtVersions := List("0.13.17", "1.3.10"),
1515
sbtPlugin := true,
1616

0 commit comments

Comments
 (0)