From e5b5e850629e5e4989f874d6a37ca6387d0702ff Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 15:05:01 +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 bee9e0a..3fd7f66 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val buildSettings = Seq( organization := "com.github.benfradet", version := "0.7.0-SNAPSHOT", - scalaVersion := "2.13.8" + scalaVersion := "2.13.13" ) lazy val compilerOptions = Seq(