diff --git a/README.md b/README.md index 6977092..72157d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Collection of utilities to allow exposing prometheus metrics from akka-http endpoint using the prometheus java client - "com.varwise" %% "prometheus-akka-http" % "0.5.0" + "com.varwise" %% "prometheus-akka-http" % "0.6.0" ### Example @@ -10,4 +10,10 @@ Example project is available here: https://github.com/wlk/prometheus-akka-http-e ### Publishing -Artifacts are published to Maven central using the [sbt-sonatype](https://github.com/xerial/sbt-sonatype) plugin \ No newline at end of file +Artifacts are published to Maven central using the [sbt-sonatype](https://github.com/xerial/sbt-sonatype) plugin + +Building howto: +``` +sbt +; + publishSigned; sonatypeBundleRelease +``` \ No newline at end of file diff --git a/build.sbt b/build.sbt index 5e0fee5..faae5d9 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "com.varwise" publishTo := sonatypePublishToBundle.value -version := "0.5.2-SNAPSHOT" +version := "0.6.1-SNAPSHOT" val scala2Version = "2.13.6" val scala3Version = "3.0.2"