From bd95f8e9746fcea887e397c3ee6d9b540b8bd649 Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Tue, 27 Feb 2024 06:09:20 +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",