Skip to content

Commit ca4bd9c

Browse files
committed
Set core/publishTo again. Fixes #391
1 parent 317626b commit ca4bd9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ val core = project.disablePlugins(BintrayPlugin).settings(
3131
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
3232
),
3333
MimaSettings.mimaSettings,
34+
publishTo := Some(if (isSnapshot.value) Opts.resolver.sonatypeSnapshots else Opts.resolver.sonatypeStaging),
3435
)
3536

3637
val sbtplugin = project.enablePlugins(SbtPlugin).dependsOn(core).settings(

0 commit comments

Comments
 (0)