Skip to content

Commit

Permalink
Update build version to 0.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed Sep 26, 2023
1 parent c7226d9 commit c9e4b14
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,7 +1,7 @@
name := "spark-plugins"

version := "0.3"
isSnapshot := false
version := "0.4-SNAPSHOT"
isSnapshot := true

scalaVersion := "2.12.18"
crossScalaVersions := Seq("2.12.18", "2.13.8")
Expand Down

0 comments on commit c9e4b14

Please sign in to comment.