Skip to content

Commit

Permalink
roll to next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
koertkuipers committed Jan 5, 2024
1 parent f9b4b84 commit 36c5a10
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",
version := "1.7.0-SNAPSHOT",
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 36c5a10

Please sign in to comment.