From 5543d389b3b021ddae41b2a541c09e23c38bb918 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:01:42 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.12.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9fd1b484..e4da9b74 100644 --- a/build.sbt +++ b/build.sbt @@ -122,7 +122,7 @@ lazy val twitter = project }, ) -def Scala212 = "2.12.17" +def Scala212 = "2.12.18" lazy val buildSettings = Seq( organization := "org.atnos",