From ae049053fb0000fc89185dd91783ef688345c9ed Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 16:31:12 +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 8d5d0a9..720aef7 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ val res = List( ) val commonSettings = Seq( - scalaVersion := "2.13.4", + scalaVersion := "2.13.14", scalacOptions -= "-Xfatal-warnings", scalacOptions ++= Seq( "-Ymacro-annotations",