From e56b77d06a3c0cf569a655e8f3dfddb91a43f079 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:44:25 +0000 Subject: [PATCH] Update dependency scala to v2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7f1ed4b0..5d2adab6 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.15" ThisBuild / crossScalaVersions ++= Seq( "2.13.6",