Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Apr 14, 2024
1 parent 7bf801a commit b6b1175
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.2.1-SNAPSHOT"
lazy val ultravioletVersion = "0.3.0"

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

0 comments on commit b6b1175

Please sign in to comment.