Skip to content

Commit

Permalink
Merge pull request #7 from varwise/wlk/version-2.0.0
Browse files Browse the repository at this point in the history
update readme, update dependencies
  • Loading branch information
wlk authored May 27, 2024
2 parents 81d10fd + 875b0cb commit 1ae2ef6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17.0.8
distribution: oracle
java-version: 21
cache: sbt
- name: Check format
run: sbt scalafmtCheckAll
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Collection of utilities to allow exposing prometheus metrics from pekko-http endpoint using the prometheus java client

"com.varwise" %% "prometheus-pekko-http" % "1.0.1"
"com.varwise" %% "prometheus-pekko-http" % "2.0.0"

### Related projects

Expand All @@ -17,6 +17,7 @@ Here's the quick migration guide:
2. Supply `ExecutionContext` instance to `MetricsEndpoint`.

For more information about Prometheus Java client library please refer to https://prometheus.github.io/client_java/.

### Publishing

Artifacts are published to Maven central using the [sbt-sonatype](https://github.com/xerial/sbt-sonatype) plugin
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publishTo := sonatypePublishToBundle.value

version := "2.0.0"

val scala2Version = "2.13.13"
val scala2Version = "2.13.14"
val scala3Version = "3.3.3"

scalaVersion := scala3Version
Expand Down

0 comments on commit 1ae2ef6

Please sign in to comment.