We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fe2d5 commit b7639f4Copy full SHA for b7639f4
build.sbt
@@ -32,7 +32,7 @@ val Scala3RC1 = "3.0.0-RC1"
32
//see: https://github.com/xerial/sbt-sonatype#buildsbt
33
ThisBuild / sonatypeCredentialHost := "s01.oss.sonatype.org"
34
35
-ThisBuild / baseVersion := "0.1.0"
+ThisBuild / baseVersion := "0.2"
36
ThisBuild / organization := "com.busymachines"
37
ThisBuild / organizationName := "BusyMachines"
38
ThisBuild / homepage := Option(url("https://github.com/busymachines/pureharm-db-testkit"))
0 commit comments