Skip to content

Commit

Permalink
Set version to 0.25-SNAPSHOT following the release of version 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed Mar 11, 2024
1 parent faf31ee commit ca25de7
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
@@ -1,6 +1,6 @@
name := "spark-measure"

version := "0.24"
version := "0.25-SNAPSHOT"

scalaVersion := "2.12.18"
crossScalaVersions := Seq("2.12.18", "2.13.8")
Expand All @@ -9,7 +9,7 @@ licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))

// publishing to Sonatype Nexus repository and Maven
publishMavenStyle := true
isSnapshot := false
isSnapshot := true

libraryDependencies += "org.apache.spark" %% "spark-sql" % "3.5.1"
libraryDependencies += "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1"
Expand Down

0 comments on commit ca25de7

Please sign in to comment.