From 20b8094d05719b2b5c895bd0c8dd53f0cbbd209c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 13:14:43 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e75a92..3ed785b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / version := "0.6.0" -ThisBuild / scalaVersion := "2.13.5" +ThisBuild / scalaVersion := "2.13.13" val compilerOptions = Seq( "-deprecation", // Emit warning and location for usages of deprecated APIs.