From 77f8791c37017a13c20450a4692dca1697b5d6d7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:05:44 +0100 Subject: [PATCH] Update scala-library to 2.12.19 (#180) Co-authored-by: ramazanyich --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6dce721..bbb3e27 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val dockerTestkitVersion = "0.11.0" val scalaTestVersion = "3.2.18" val playVersion = "2.8.21" // test only -val scala2_12 = "2.12.18" +val scala2_12 = "2.12.19" val scala2_13 = "2.13.13" ThisBuild / scalaVersion := scala2_13