Skip to content

Commit

Permalink
sbt-early-release
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Aug 14, 2018
1 parent 5ad9ac3 commit 0015c1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name := "Kubernetes Client"
organization := "com.goyeau"
scalaVersion := "2.12.4"
ThisBuild / dynverSonatypeSnapshots := true
scalacOptions ++= Seq(
"-deprecation",
"-feature",
Expand All @@ -27,10 +26,8 @@ scmInfo := Option(
)
)
developers += Developer(id = "joan38", name = "Joan Goyeau", email = "[email protected]", url = url("http://goyeau.com"))
publishTo := Option(
if (isSnapshot.value) Opts.resolver.sonatypeSnapshots
else Opts.resolver.sonatypeStaging
)
Global / releaseEarlyWith := SonatypePublisher
Global / releaseEarlyEnableLocalReleases := true

lazy val circe = {
val circeVersion = "0.9.3"
Expand Down
4 changes: 1 addition & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
addSbtPlugin("io.get-coursier" %% "sbt-coursier" % "1.0.2")
addSbtPlugin("com.geirsson" %% "sbt-scalafmt" % "1.6.0-RC3")
addSbtPlugin("com.dwijnand" %% "sbt-dynver" % "3.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.5.10")
addSbtPlugin("ch.epfl.scala" % "sbt-release-early" % "2.1.1")

0 comments on commit 0015c1c

Please sign in to comment.