From d46d492f9566088e701e5c167a66b8cc73e8fc3f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 18:31:15 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e6adfd06..b4d92f9c 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val scalafixSettings = Seq( val sharedSettings = Seq( organization := "com.github.eikek", - scalaVersion := "2.13.12", + scalaVersion := "2.13.13", scalacOptions ++= Seq( "-deprecation", "-encoding",