Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.15 (#2420)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 29, 2024
1 parent daf5f0b commit d5e490d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.scalajs.linker.interface.ModuleSplitStyle
import sbtcrossproject.CrossPlugin.autoImport.{ crossProject, CrossType }

val scala212 = "2.12.20"
val scala213 = "2.13.14"
val scala213 = "2.13.15"
val scala3 = "3.3.3"
val allScala = Seq(scala212, scala213, scala3)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Def.spaceDelimited
import sbt.librarymanagement.Resolver

val scala212 = "2.12.20"
val scala213 = "2.13.14"
val scala213 = "2.13.15"
val scala3 = "3.3.3"
val allScala = Seq(scala212, scala213, scala3)

Expand Down

0 comments on commit d5e490d

Please sign in to comment.