From b2a9285a60d30587fcb0333ef13584ebcdf185ac Mon Sep 17 00:00:00 2001 From: Wojciech Langiewicz Date: Tue, 12 Mar 2024 14:13:14 +0100 Subject: [PATCH] prepare release 1.0.1 --- README.md | 2 +- build.sbt | 8 ++++---- project/build.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd239ad..53a08bc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index dece1b5..f85cac1 100644 --- a/build.sbt +++ b/build.sbt @@ -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) @@ -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, diff --git a/project/build.properties b/project/build.properties index 63df6ac..f2f1347 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.8 \ No newline at end of file +sbt.version = 1.9.9 \ No newline at end of file