Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Sep 25, 2023
1 parent 7536aef commit b5d885a
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 @@ -11,7 +11,7 @@ ThisBuild / versionScheme := Some("early-semver
ThisBuild / scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.5.0"
ThisBuild / scalaVersion := scala3Version

lazy val ultravioletVersion = "0.1.3-SNAPSHOT"
lazy val ultravioletVersion = "0.1.3"

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

0 comments on commit b5d885a

Please sign in to comment.