From 21655a40334b073391b73b283188bcd07b8faea4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 21 Feb 2024 05:06:36 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- project/common.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/common.scala b/project/common.scala index 852e193..d1783b0 100644 --- a/project/common.scala +++ b/project/common.scala @@ -60,7 +60,7 @@ object Common { enableCrossBuild = true ) - def Scala212 = "2.12.18" + def Scala212 = "2.12.19" val commonSettings: Seq[Def.Setting[_]] = Seq( scalaVersion := Scala212,