Skip to content

Commit

Permalink
Update scala-library to 2.12.18 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 1, 2023
1 parent 6895c25 commit 339348b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

Expand Down

0 comments on commit 339348b

Please sign in to comment.