From 082eeb6842d4e6e3e4239f83e861335cae18d70f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 27 Feb 2024 15:01:47 +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 05decad..6e839d4 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ homepage := Some(url("https://github.com/balhoff/owl-diff")) scalaVersion := "2.13.8" -crossScalaVersions := Seq("2.11.12", "2.12.16", "2.13.8") +crossScalaVersions := Seq("2.11.12", "2.12.19", "2.13.8") scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")