Skip to content

Commit

Permalink
Merge pull request #4 from varwise/wlk/version-1.0.1
Browse files Browse the repository at this point in the history
prepare release 1.0.1
  • Loading branch information
wlk authored Mar 12, 2024
2 parents e77789e + b2a9285 commit 4079d1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 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.0"
"com.varwise" %% "prometheus-pekko-http" % "1.0.1"

### Related projects

Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ organization := "com.varwise"

publishTo := sonatypePublishToBundle.value

version := "1.0.0"
version := "1.0.1"

val scala2Version = "2.13.12"
val scala3Version = "3.3.1"
val scala2Version = "2.13.13"
val scala3Version = "3.3.3"

scalaVersion := scala3Version
crossScalaVersions := Seq(scala3Version, scala2Version)
Expand All @@ -18,7 +18,7 @@ libraryDependencies ++= {
val simpleclientVersion = "0.16.0"
val pekkoVersion = "1.0.2"
val pekkoHttpVersion = "1.0.1"
val scalaTestVersion = "3.2.17"
val scalaTestVersion = "3.2.18"

Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoVersion % Provided,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.8
sbt.version = 1.9.9

0 comments on commit 4079d1b

Please sign in to comment.