Skip to content

Commit

Permalink
Merge pull request #165 from dj707chen/allowCustomLabel
Browse files Browse the repository at this point in the history
Allow custom labels
  • Loading branch information
rossabaker authored May 28, 2024
2 parents 8a18da1 + 7556e81 commit cffd5f7
Show file tree
Hide file tree
Showing 7 changed files with 834 additions and 113 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ ThisBuild / developers := List(
)

val Scala213 = "2.13.12"
ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, "3.3.1")
ThisBuild / crossScalaVersions := Seq("2.12.19", Scala213, "3.3.3")
ThisBuild / scalaVersion := Scala213

lazy val root = project.in(file(".")).aggregate(prometheusMetrics).enablePlugins(NoPublishPlugin)

val http4sVersion = "0.23.25"
val http4sVersion = "0.23.26"
val prometheusVersion = "0.16.0"
val munitVersion = "0.7.29"
val munitCatsEffectVersion = "1.0.7"
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.9
sbt.version=1.10.0
Loading

0 comments on commit cffd5f7

Please sign in to comment.