Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
stoader committed Dec 23, 2019
1 parent 0039460 commit 0bfef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val root = (project in file("."))
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
scalaVersion := scala211,
crossScalaVersions := supportedScalaVersions,
version := "2.3-3.0.0",
version := "2.3-3.0.1",
libraryDependencies ++= Seq(
"io.prometheus" % "simpleclient" % "0.8.0",
"io.prometheus" % "simpleclient_dropwizard" % "0.8.0",
Expand Down

0 comments on commit 0bfef10

Please sign in to comment.