Skip to content

Commit

Permalink
Bump to 0.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Apr 14, 2024
1 parent b6b1175 commit a7a6154
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 @@ -13,7 +13,7 @@ ThisBuild / versionScheme := Some("early-semver
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0"
ThisBuild / scalaVersion := scala3Version

lazy val ultravioletVersion = "0.3.0"
lazy val ultravioletVersion = "0.3.1-SNAPSHOT"

lazy val commonSettings: Seq[sbt.Def.Setting[_]] = Seq(
version := ultravioletVersion,
Expand Down

0 comments on commit a7a6154

Please sign in to comment.