From 70da364d5e0783e2b9b75299a2889232cf3a0302 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Mon, 6 Nov 2023 13:34:11 +0100 Subject: [PATCH] Update scala-library from 2.12.17 to 2.12.18 (#131) Co-authored-by: Anand Singh <4903911+anand-singh@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0caf6c5..9cd3e7f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -ThisBuild / scalaVersion := "2.12.17" +ThisBuild / scalaVersion := "2.12.18" ThisBuild / useSuperShell := false ThisBuild / autoStartServer := false