Skip to content

Commit

Permalink
Specify version scheme "always"
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 8, 2022
1 parent 2af9abb commit e253184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import sbtcrossproject.CrossPlugin.autoImport.{ CrossType, crossProject }

lazy val cldrApiVersion = "4.0.0"

ThisBuild / versionScheme := Some("always")

Global / onChangedBuildSource := ReloadOnSourceChanges

lazy val scalaVersion213 = "2.13.10"
Expand Down

0 comments on commit e253184

Please sign in to comment.