We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2ad591 + 4a6a00a commit 822758dCopy full SHA for 822758d
build.sbt
@@ -16,6 +16,7 @@ ThisBuild / organization := "com.chuusai"
16
ThisBuild / scalaVersion := Scala213
17
ThisBuild / crossScalaVersions := Seq(Scala211, Scala212, Scala213)
18
ThisBuild / mimaFailOnNoPrevious := false
19
+ThisBuild / versionScheme := Some("pvp")
20
21
// GHA configuration
22
0 commit comments