From 6b0b7f710dd5045c5d934e75e20087748b08dddd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 09:08:33 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e75a92..ffa5ba7 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.14" val compilerOptions = Seq( "-deprecation", // Emit warning and location for usages of deprecated APIs.