Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 28, 2024
1 parent 17095d0 commit c25497f
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
Expand Up @@ -109,7 +109,7 @@ lazy val `fsi-macros` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(commonSettings)
.settings(publishSettings)
.settings(
crossScalaVersions := Seq("3.2.2", "2.13.11", scalaVersion.value, "2.11.12"),
crossScalaVersions := Seq("3.2.2", "2.13.13", scalaVersion.value, "2.11.12"),
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) => Seq(
Expand Down Expand Up @@ -147,7 +147,7 @@ lazy val `fsi-benchmark-core` = crossProject(JVMPlatform)
.settings(commonSettings)
.settings(noPublishSettings)
.settings(
crossScalaVersions := Seq("2.13.11", scalaVersion.value, "2.11.12"),
crossScalaVersions := Seq("2.13.13", scalaVersion.value, "2.11.12"),
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % Test
)
Expand Down

0 comments on commit c25497f

Please sign in to comment.