From e7a6bce46c9e80f6d8222801d3869fa55bc2b514 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 22:06:49 +0000 Subject: [PATCH] Update scala-library to 2.12.20 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 798d49b3..903e077f 100644 --- a/build.sbt +++ b/build.sbt @@ -17,8 +17,8 @@ name := "spark-lucenerdd" organization := "org.zouzias" -scalaVersion := "2.12.19" -crossScalaVersions := Seq("2.12.19") +scalaVersion := "2.12.20" +crossScalaVersions := Seq("2.12.20") licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")) homepage := Some(url("https://github.com/zouzias/spark-lucenerdd"))