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 317626b commit ca4bd9cCopy full SHA for ca4bd9c
build.sbt
@@ -31,6 +31,7 @@ val core = project.disablePlugins(BintrayPlugin).settings(
31
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
32
),
33
MimaSettings.mimaSettings,
34
+ publishTo := Some(if (isSnapshot.value) Opts.resolver.sonatypeSnapshots else Opts.resolver.sonatypeStaging),
35
)
36
37
val sbtplugin = project.enablePlugins(SbtPlugin).dependsOn(core).settings(
0 commit comments