From 192c1c192b216adabde19b41715fa345c8a95c1c Mon Sep 17 00:00:00 2001 From: Tomas Mikula Date: Mon, 4 Dec 2017 17:06:15 +0100 Subject: [PATCH] Update versions. --- build.sbt | 10 +++++----- project/build.properties | 2 +- project/plugins.sbt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.sbt b/build.sbt index b71a2b1..f1318b9 100644 --- a/build.sbt +++ b/build.sbt @@ -4,13 +4,13 @@ licenses += ("MIT", url("http://opensource.org/licenses/MIT")) homepage := Some(url("http://github.com/TomasMikula/pascal")) scalaVersion := "2.11.11" -crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.3", "2.13.0-M1") +crossScalaVersions := Seq("2.10.6", "2.11.11", "2.12.4", "2.13.0-M2") -addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.4") +addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.5") libraryDependencies ++= Seq( scalaOrganization.value % "scala-compiler" % scalaVersion.value, - "org.scalatest" %% "scalatest" % "3.0.3" % "test" + "org.scalatest" %% "scalatest" % "3.0.4" % "test" ) libraryDependencies ++= (scalaBinaryVersion.value match { @@ -95,8 +95,8 @@ releaseProcess := Seq[ReleaseStep]( setReleaseVersion, commitReleaseVersion, tagRelease, - publishArtifacts, + releaseStepCommand("publishSigned"), setNextVersion, commitNextVersion, - ReleaseStep(action = Command.process("sonatypeReleaseAll", _)), + releaseStepCommand("sonatypeReleaseAll"), pushChanges) diff --git a/project/build.properties b/project/build.properties index 64317fd..394cb75 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.15 +sbt.version=1.0.4 diff --git a/project/plugins.sbt b/project/plugins.sbt index a37ffb5..fcf47ea 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0") addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.5.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")