From d963070f73999feef640c0c63a09b32e83e11f93 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:36:22 +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 7a1346d28..2df942a02 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ sourcesInBase := false organization := Organization name := Name version := GitBucketVersion -scalaVersion := "2.13.13" +scalaVersion := "2.13.14" crossScalaVersions += "3.4.1"