We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26019dd commit 5f716c0Copy full SHA for 5f716c0
build.sbt
@@ -24,10 +24,9 @@ inThisBuild(Seq(
24
scmInfo := Some(ScmInfo(url("https://github.com/lucidsoftware/xtract"), "scm:git:git@github.com:lucidsoftware/xtract.git")),
25
version := sys.props.getOrElse("build.version", "0-SNAPSHOT"),
26
publishMavenStyle := true,
27
- useGpg := true,
28
scalacOptions ++= versionedScalacOptions(scalaVersion.value),
29
isSnapshot := version.value.trim.endsWith("SNAPSHOT"),
30
- sonatypeSessionName := s"[sbt-sonatype] ${name.value}-${scalaBinaryVersion.value}-${version.value}",
+ sonatypeSessionName := s"[sbt-sonatype] xtract-${scalaBinaryVersion.value}-${version.value}",
31
publishTo := Some(if (isSnapshot.value) {
32
Opts.resolver.sonatypeSnapshots
33
} else {
0 commit comments