Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe-steward[bot] committed Sep 29, 2024
1 parent 0a4b57f commit 9b7ca54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Dependencies._
import microsites.ExtraMdFileConfig

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3")
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3")
ThisBuild / evictionErrorLevel := Level.Info
ThisBuild / mimaBaseVersion := "1.7.0"
Test / parallelExecution := false
Expand Down

0 comments on commit 9b7ca54

Please sign in to comment.