Update scala-library to 2.13.14 (#5567)

This commit is contained in:
Scala Steward 2024-05-05 15:13:58 +02:00 committed by GitHub
parent e70f2ae11a
commit 16229889ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import sbt.Keys.excludeLintKeys
import scala.util.Properties
val scala2_13 = "2.13.13"
val scala2_13 = "2.13.14"
ThisBuild / scalafmtOnCompile := !Properties.envOrNone("CI").contains("true")