From 94739800c2fdcb69e27722f40eb7eedef4c072bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 10:12:45 +0000 Subject: [PATCH] Update dependency scala to v2.13.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6b2dd9..1df4311 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "scala-playground" version := "0.1" -scalaVersion := "2.13.12" +scalaVersion := "2.13.14" inThisBuild( Seq(