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 1645937 commit fdbfa10Copy full SHA for fdbfa10
build.sbt
@@ -28,6 +28,7 @@ ThisBuild / scalaVersion := compilerVersion
28
ThisBuild / versionScheme := Some("semver-spec")
29
//ThisBuild / version := "0.3.0-SNAPSHOT"
30
31
+ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeCentralHost
32
33
// PROJECTS
34
lazy val root = (project in file("."))
0 commit comments