From 7564dacf10a90229c21c6bba412a10389bc7cedb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 09:30:47 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index df31f64d..10f3ac7e 100644 --- a/build.sbt +++ b/build.sbt @@ -17,8 +17,8 @@ name := "spark-lucenerdd" organization := "org.zouzias" -scalaVersion := "2.12.18" -crossScalaVersions := Seq("2.12.18") +scalaVersion := "2.13.12" +crossScalaVersions := Seq("2.13.12") licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")) homepage := Some(url("https://github.com/zouzias/spark-lucenerdd"))