Skip to content

Commit 21b71d2

Browse files
committed
update scala to newer version
1 parent 0197088 commit 21b71d2

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
@@ -9,7 +9,7 @@ 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.15",
12+
scalaVersion := "2.12.20",
1313
//crossScalaVersions := Seq(scalaVersion.value, "2.11.12"),
1414
crossSbtVersions := List("0.13.17", "1.3.10"),
1515
sbtPlugin := true,

0 commit comments

Comments
 (0)