From 406aa9f37aaffe3f8802cdd4ac4f6b4e40787239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:27:45 +0000 Subject: [PATCH] Update dependency scala to v2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7f1ed4b0..b019fb62 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import ReleaseTransformations._ import sbt.addCompilerPlugin -ThisBuild / scalaVersion := "2.13.6" +ThisBuild / scalaVersion := "2.13.10" ThisBuild / crossScalaVersions ++= Seq( "2.13.6",