From 7d8e76d36607e47c2f6e82a19cf478c1b3fd4ddc Mon Sep 17 00:00:00 2001 From: REDNBLACK Date: Tue, 9 Feb 2021 07:29:27 +0300 Subject: [PATCH] Up version --- build.sbt | 2 +- project/build.properties | 2 +- project/plugins.sbt | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 0c56a101..bbc53f4b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,5 @@ lazy val commonSettings = Seq( - version := "0.20.0", + version := "0.21.0", organization := "com.tethys-json", scalaVersion := "2.12.13", crossScalaVersions := Seq("2.12.13", "2.13.4"), diff --git a/project/build.properties b/project/build.properties index daac5dbf..d18a12ed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.4.6 +sbt.version = 1.4.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index a2189f70..a11a70c0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,3 @@ -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5") +addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") \ No newline at end of file