From 273d14fe4d986a28600242e06cc6df03bd5e9b60 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Sep 2023 04:15:19 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.12 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 97dbd22..f349081 100644 --- a/build.sbt +++ b/build.sbt @@ -8,8 +8,8 @@ ThisBuild / scalafmtOnCompile := true Global / onChangedBuildSource := ReloadOnSourceChanges -ThisBuild / scalaVersion := "2.13.8" -ThisBuild / crossScalaVersions := Seq("2.13.8", "3.1.3") +ThisBuild / scalaVersion := "2.13.12" +ThisBuild / crossScalaVersions := Seq("2.13.12", "3.1.3") val commonSettings = Seq( scalacOptions := Seq(