From 673eb61c77c97f98bbd03432e9681d55d5c22dee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 21:23:52 +0000 Subject: [PATCH] chore(deps): update dependency scala to v2.13.15 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 4d9caac..120ab70 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -26,7 +26,7 @@ object Settings { val baseSettings = Seq( version := "1.0.0", - scalaVersion := "2.13.1", + scalaVersion := "2.13.15", scalacOptions ++= { Seq( "-feature",