From 0da8d728255a635c6bb75d004150011c6d2c10ec Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:08:45 +0200 Subject: [PATCH] Update scala-library to 2.12.18 (#138) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 747a98f..1952718 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ val dockerTestkitVersion = "0.11.0" val scalaTestVersion = "3.2.16" val playVersion = "2.8.19" // test only -val scala2_12 = "2.12.17" +val scala2_12 = "2.12.18" val scala2_13 = "2.13.10" ThisBuild / scalaVersion := scala2_13