Skip to content

Commit

Permalink
Update scala-library to 2.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 8, 2023
1 parent 0f02d55 commit 48cfafd
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 @@ -3,8 +3,8 @@ import com.typesafe.sbt.SbtGit.GitKeys._
lazy val buildSettings = Seq(
organization := "com.github.benfradet",
version := "0.7.0-SNAPSHOT",
scalaVersion := "2.12.15",
crossScalaVersions := Seq("2.12.15", "2.13.8")
scalaVersion := "2.12.18",
crossScalaVersions := Seq("2.12.18", "2.13.8")
)

lazy val sparkVersion = "3.2.1"
Expand Down

0 comments on commit 48cfafd

Please sign in to comment.