Skip to content

Commit 2a6da9c

Browse files
Update scala-library, scala-reflect to 2.13.13 (apache#492)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
1 parent 8b4f23c commit 2a6da9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ object Dependencies {
3434
val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin
3535

3636
val scala212Version = "2.12.19"
37-
val scala213Version = "2.13.12"
37+
val scala213Version = "2.13.13"
3838
val scala3Version = "3.3.1"
3939
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)
4040

0 commit comments

Comments
 (0)