Skip to content

Commit

Permalink
Merge pull request #418 from scalacenter/21314
Browse files Browse the repository at this point in the history
test against Scala 2.13.14
  • Loading branch information
bjaglin authored Apr 30, 2024
2 parents 7b246a2 + 386a44d commit d21d826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sbt-test/sbt-scalafix/semanticdb-enabled/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ lazy val scala212 = project

lazy val scala213 = project
.settings(
scalaVersion := "2.13.13",
scalaVersion := "2.13.14",
scalacOptions += "-Wunused"
)

0 comments on commit d21d826

Please sign in to comment.