We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa6884 commit 402dd5dCopy full SHA for 402dd5d
build.sbt
@@ -3,7 +3,7 @@ ThisBuild / scalaVersion := scala213Version
3
ThisBuild / crossScalaVersions := Seq(scala213Version, "3.3.0")
4
ThisBuild / organization := "io.github.casehubdk"
5
ThisBuild / organizationName := "CaseHubDK"
6
-
+ThisBuild / tlUntaggedAreSnapshots := false
7
ThisBuild / tlBaseVersion := "0.3"
8
//ThisBuild / tlFatalWarnings := true
9
0 commit comments