From 339348b20b9f966af4eaca4a745b26866c4e4583 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:42:47 +0200 Subject: [PATCH] Update scala-library to 2.12.18 (#467) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c0f3b934..01ee6215 100644 --- a/build.sbt +++ b/build.sbt @@ -17,8 +17,8 @@ name := "spark-lucenerdd" organization := "org.zouzias" -scalaVersion := "2.12.5" -crossScalaVersions := Seq("2.12.5") +scalaVersion := "2.12.18" +crossScalaVersions := Seq("2.12.18") licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")) homepage := Some(url("https://github.com/zouzias/spark-lucenerdd"))