aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--project/SttpRelease.scala5
-rw-r--r--project/plugins.sbt2
-rw-r--r--version.sbt2
3 files changed, 3 insertions, 6 deletions
diff --git a/project/SttpRelease.scala b/project/SttpRelease.scala
index 0a213f7..baf0297 100644
--- a/project/SttpRelease.scala
+++ b/project/SttpRelease.scala
@@ -1,6 +1,5 @@
import java.util.regex.Pattern
-import sbt.Keys._
import sbt._
import sbtrelease.ReleasePlugin.autoImport._
import sbtrelease.ReleasePlugin.autoImport.ReleaseKeys._
@@ -11,8 +10,8 @@ object SttpRelease {
def steps: Seq[ReleaseStep] = Seq(
checkSnapshotDependencies,
inquireVersions,
-// runClean,
-// runTest,
+ runClean,
+ runTest,
setReleaseVersion,
updateVersionInReadme,
commitReleaseVersion,
diff --git a/project/plugins.sbt b/project/plugins.sbt
index e8687f4..98fef44 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,7 +1,5 @@
addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.8")
-addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC8")
-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
diff --git a/version.sbt b/version.sbt
index 1b1c54d..c65cb72 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.0.1.3-SNAPSHOT"
+version in ThisBuild := "0.0.1.4"