Skip to content

Commit

Permalink
update cats and sbt-sonatype for 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-eric-torreborre committed Sep 16, 2019
1 parent aa6a8cc commit c999452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ++
Expand Down Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit c999452

Please sign in to comment.