We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2af9abb + e253184 commit f23c22eCopy full SHA for f23c22e
build.sbt
@@ -4,6 +4,8 @@ import sbtcrossproject.CrossPlugin.autoImport.{ CrossType, crossProject }
4
5
lazy val cldrApiVersion = "4.0.0"
6
7
+ThisBuild / versionScheme := Some("always")
8
+
9
Global / onChangedBuildSource := ReloadOnSourceChanges
10
11
lazy val scalaVersion213 = "2.13.10"
0 commit comments