From d1d7f2836063843362763b48f0d8f0c0be757f97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:36:01 +0000 Subject: [PATCH] Update dependency scala to v2.13.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 03cf2c8..af2da15 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "scala-playground" version := "0.1" -scalaVersion := "2.13.12" +scalaVersion := "2.13.16" inThisBuild( Seq(