From b30d7cb9caf25cb3e17812b8b63520a26e560c0b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 00:46:37 +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 d87c19bc..c333cb29 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ lazy val scala213 = "2.13" inThisBuild( List( - scalaVersion := "2.13.10", + scalaVersion := "2.13.14", organization := "io.scalac", homepage := Some(url("https://github.com/ScalaConsultants/mesmer-akka-agent")), licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),