From e78db223954e9452f91bbd29184187c8b1e8d96f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 06:31:08 +0000 Subject: [PATCH] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 04688520..c017eb89 100644 --- a/build.sbt +++ b/build.sbt @@ -137,4 +137,4 @@ scalacOptions += "-Ypartial-unification" organization in ThisBuild := "com.thoughtworks.deeplearning" -crossScalaVersions in Global := Seq("2.11.12", "2.12.4") +crossScalaVersions in Global := Seq("2.11.12", "2.12.19")