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.
sonatypeProfileName
1 parent 175fe7d commit e527afbCopy full SHA for e527afb
build.sbt
@@ -5,6 +5,8 @@ ThisBuild / shellPrompt := ((s: State) => Project.extract(s).currentRef.projec
5
ThisBuild / startYear := Some(2014)
6
ThisBuild / versionScheme := Some("early-semver")
7
8
+sonatypeProfileName := "com.github.japgolly"
9
+
10
val root = NyayaBuild.root
11
val utilJVM = NyayaBuild.utilJVM
12
val utilJS = NyayaBuild.utilJS
0 commit comments