We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73750dd commit 8a17054Copy full SHA for 8a17054
build.sbt
@@ -4,7 +4,7 @@ name := "prometheus-client-scala"
4
organization := "org.dmonix"
5
version := "1.2.0"
6
7
-scalaVersion := "2.13.7"
+scalaVersion := "2.13.10"
8
crossScalaVersions := Seq("2.11.12", "2.12.17", scalaVersion.value)
9
fork := true //needed to get the java-options set properly during sbt run
10
0 commit comments