Skip to content

Commit 0a680c4

Browse files
xuwei-kwing328
andauthored
drop sbt 0.13 support (#67)
Co-authored-by: William Cheng <wing328hk@gmail.com>
1 parent 7080db8 commit 0a680c4

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 `sbt-openapi-generator` = (project in file("."))
1111
.settings(
1212
scalaVersion := "2.12.20",
1313
crossScalaVersions := Seq(scalaVersion.value, "3.7.2"),
14-
crossSbtVersions := List("0.13.17", "1.3.10"),
14+
crossSbtVersions := List("1.3.10"),
1515
sbtPlugin := true,
1616

1717
inThisBuild(List(

0 commit comments

Comments
 (0)