From 63cf158c74eb602cb2f6df492697e872b6710e30 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Thu, 2 May 2024 00:13:49 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 23ee0108..5abfa0b0 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ import sbt.Keys._ excludeLintKeys in Global ++= Set(ideSkipProject) val scala2_12 = "2.12.16" -val scala2_13 = "2.13.12" +val scala2_13 = "2.13.14" val scala2 = List(scala2_12, scala2_13) val scala3 = "3.0.2"