Skip to content

Commit

Permalink
feat: version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patsta32 committed Nov 6, 2024
1 parent bf5c656 commit c2fd4a1
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 @@ -4,7 +4,7 @@ import sbt.Keys.cleanFiles
ThisBuild / scalaVersion := Dependencies.scalaVersion
scalaVersion := Dependencies.scalaVersion

val releaseVersion = sys.env.getOrElse("TAG", "2.1.0-rc-1")
val releaseVersion = sys.env.getOrElse("TAG", "2.1.0")
addCommandAlias("packageSmithy4Play", "smithy4play/package")
addCommandAlias("publishSmithy4Play", "smithy4play/publish;smithy4playInstrumentation/publish")
addCommandAlias("publishLocalWithInstrumentation", "publishLocalSmithy4PlayInstrumentation;publishLocalSmithy4Play")
Expand Down

0 comments on commit c2fd4a1

Please sign in to comment.