From c9994529111f864044f6939048e681c5b9f2feec Mon Sep 17 00:00:00 2001 From: etorreborre Date: Mon, 16 Sep 2019 13:15:55 +0200 Subject: [PATCH] update cats and sbt-sonatype for 4.7.1 --- build.sbt | 6 +++--- project/plugins.sbt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 5eec816294..e6414bf276 100644 --- a/build.sbt +++ b/build.sbt @@ -95,8 +95,8 @@ lazy val commonJsNativeSettings = Seq( lazy val specs2Version = settingKey[String]("defines the current specs2 version") lazy val scalazVersion = settingKey[String]("defines the current scalaz version") lazy val shapelessVersion = "2.3.3" -lazy val catsVersion = "2.0.0-RC1" -lazy val catsEffectVersion = "2.0.0-RC1" +lazy val catsVersion = "2.0.0" +lazy val catsEffectVersion = "2.0.0" val commonSettings = coreDefaultSettings ++ @@ -537,7 +537,7 @@ lazy val providedDependenciesInAggregate = Seq("shapeless") * PUBLICATION */ lazy val publicationSettings = Seq( - publishTo in Global := Some("staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2"), + publishTo in Global := sonatypePublishToBundle.value, publishMavenStyle := true, publishArtifact in Test := false, pomIncludeRepository := { x => false }, diff --git a/project/plugins.sbt b/project/plugins.sbt index eaefa37a5c..614e0bc75f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.5") //addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")