Skip to content

Commit

Permalink
Merge pull request #3 from wlk/wlk/release-0.6.0
Browse files Browse the repository at this point in the history
Relase 0.6.0
  • Loading branch information
wlk authored Oct 6, 2021
2 parents d96bc88 + 795372b commit 64bc56b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

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

Example project is available here: https://github.com/wlk/prometheus-akka-http-example

### Publishing

Artifacts are published to Maven central using the [sbt-sonatype](https://github.com/xerial/sbt-sonatype) plugin
Artifacts are published to Maven central using the [sbt-sonatype](https://github.com/xerial/sbt-sonatype) plugin

Building howto:
```
sbt
; + publishSigned; sonatypeBundleRelease
```
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 64bc56b

Please sign in to comment.