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 09719ed commit e61d238
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 @@ -17,7 +17,7 @@ lazy val root = (project in file("."))
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
scalaVersion := scala212,
crossScalaVersions := supportedScalaVersions,
version := "2.4-1.0.2",
version := "2.4-1.0.3",
libraryDependencies ++= Seq(
"io.prometheus" % "simpleclient" % "0.8.0",
"io.prometheus" % "simpleclient_dropwizard" % "0.8.0",
Expand Down

0 comments on commit e61d238

Please sign in to comment.