Skip to content

Commit

Permalink
bump to 1.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Nov 22, 2024
1 parent a423fe2 commit 20ace0e
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 @@ -25,8 +25,8 @@ val kafkaV = "3.3.1"
val testContainersScalaV = "0.41.0"
val logbackV = "1.5.12"

val baseVersion = "1.0.1"
ThisBuild / isSnapshot := false
val baseVersion = "1.0.2"
ThisBuild / isSnapshot := true

val nussknackerV = settingKey[String]("Nussknacker version")
ThisBuild / nussknackerV := "1.18.0"
Expand Down

0 comments on commit 20ace0e

Please sign in to comment.