Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koertkuipers committed Jan 4, 2024
1 parent f233a5a commit f9b4b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val root = (project in file(".")).settings(
organization := "com.tresata",
name := "spark-datasetops",
version := "1.6.0-SNAPSHOT",
version := "1.6.0",
scalaVersion := "2.13.8",
crossScalaVersions := Seq("2.12.17", "2.13.8"),
Compile / compile / javacOptions ++= Seq("-Xlint:unchecked", "-source", "1.8", "-target", "1.8"),
Expand Down

0 comments on commit f9b4b84

Please sign in to comment.