From 0a9cc13951a9bf6f4667aebefcf1d69b9b282e1c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 May 2024 18:49:17 +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 880be21..c3cd9d4 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import Dependencies._ -ThisBuild / scalaVersion := "2.13.7" +ThisBuild / scalaVersion := "2.13.14" ThisBuild / libraryDependencies := Seq(scalatest) ThisBuild / scalacOptions := Seq( "-deprecation",