Skip to content

Commit d6b2799

Browse files
committed
Update scala-library, scala-reflect to 2.13.13
1 parent 147f6fd commit d6b2799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ThisBuild / scalafmtOnCompile := true
88

99
Global / onChangedBuildSource := ReloadOnSourceChanges
1010

11-
ThisBuild / scalaVersion := "2.13.8"
12-
ThisBuild / crossScalaVersions := Seq("2.13.8", "3.1.3")
11+
ThisBuild / scalaVersion := "2.13.13"
12+
ThisBuild / crossScalaVersions := Seq("2.13.13", "3.1.3")
1313

1414
val commonSettings = Seq(
1515
scalacOptions := Seq(

0 commit comments

Comments
 (0)