Skip to content

Commit

Permalink
bump local snapshot version before publish of 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbialy committed Jul 24, 2024
1 parent e8a2aa1 commit edef6fd
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
Expand Up @@ -3,7 +3,7 @@ import BuildHelper._
def scala3Version = "3.3.3"
def scala2Version = "2.13.14"
def projectName = "scala-yaml"
def localSnapshotVersion = "0.0.6-SNAPSHOT"
def localSnapshotVersion = "0.2.0-SNAPSHOT"
def isCI = System.getenv("CI") != null

enablePlugins(NoPublishPlugin)
Expand Down

0 comments on commit edef6fd

Please sign in to comment.