Skip to content

Commit 5f716c0

Browse files
committed
Fix missing ref
1 parent 26019dd commit 5f716c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ inThisBuild(Seq(
2424
scmInfo := Some(ScmInfo(url("https://github.com/lucidsoftware/xtract"), "scm:git:git@github.com:lucidsoftware/xtract.git")),
2525
version := sys.props.getOrElse("build.version", "0-SNAPSHOT"),
2626
publishMavenStyle := true,
27-
useGpg := true,
2827
scalacOptions ++= versionedScalacOptions(scalaVersion.value),
2928
isSnapshot := version.value.trim.endsWith("SNAPSHOT"),
30-
sonatypeSessionName := s"[sbt-sonatype] ${name.value}-${scalaBinaryVersion.value}-${version.value}",
29+
sonatypeSessionName := s"[sbt-sonatype] xtract-${scalaBinaryVersion.value}-${version.value}",
3130
publishTo := Some(if (isSnapshot.value) {
3231
Opts.resolver.sonatypeSnapshots
3332
} else {

0 commit comments

Comments
 (0)