Skip to content

Commit 53fef50

Browse files
authored
update sbt, scala version (#69)
1 parent 0a680c4 commit 53fef50

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
@@ -10,8 +10,8 @@ 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.20",
13-
crossScalaVersions := Seq(scalaVersion.value, "3.7.2"),
14-
crossSbtVersions := List("1.3.10"),
13+
crossScalaVersions := Seq(scalaVersion.value),
14+
crossSbtVersions := List("1.11.4"),
1515
sbtPlugin := true,
1616

1717
inThisBuild(List(

0 commit comments

Comments
 (0)