Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#1040)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.15

* Update config.yml

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: svroonland <svroonland@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent 31597d9 commit 9b6da5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import xerial.sbt.Sonatype.GitHubHosting

val mainScala = "2.13.14"
val mainScala = "2.13.15"
val allScala = Seq(mainScala, "3.3.4")

val excludeInferAny = { options: Seq[String] => options.filterNot(Set("-Xlint:infer-any")) }
Expand Down

0 comments on commit 9b6da5a

Please sign in to comment.