From ee786316ff03f7f947619c9296f9e508d2ea3197 Mon Sep 17 00:00:00 2001 From: Anand Singh <4903911+anand-singh@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:32:15 +0000 Subject: [PATCH] Update scala-library from 2.13.10 to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9a3e7b3..d76256f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ ThisBuild / organization := "playground" -ThisBuild / scalaVersion := "2.13.10" +ThisBuild / scalaVersion := "2.13.12" lazy val `scala-playground` = project