From be0b747fe40dbd199eaf6be38a0614681f00fbb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:52:00 +0000 Subject: [PATCH] Update dependency scala to v2.13.10 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 4d9caac..d3efb8d 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.10", scalacOptions ++= { Seq( "-feature",