Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from Jyllands-Posten/master
Browse files Browse the repository at this point in the history
bump versions
  • Loading branch information
stijndehaes authored Feb 23, 2019
2 parents 249e6c3 + 4476c4a commit 428c044
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://github.com/stijndehaes/play-prometheus-filters-example-app
To use the library add the following to you build.sbt:

```scala
libraryDependencies += "com.github.stijndehaes" %% "play-prometheus-filters" % "0.4.0"
libraryDependencies += "com.github.stijndehaes" %% "play-prometheus-filters" % "0.5.0"

```
This version only supports play 2.6.
Expand All @@ -27,6 +27,7 @@ For more info on play version compatibility see the releases matrix.
| 0.2.x | 2.5.x |
| 0.3.x | 2.6.x |
| 0.4.x | 2.6.x |
| 0.5.x | 2.7.x |


## The filters
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "play-prometheus-filters"
organization := "com.github.stijndehaes"

version := "0.4.0"
version := "0.5.0"

lazy val root = (project in file("."))
.enablePlugins(PlayScala)
Expand Down Expand Up @@ -37,15 +37,15 @@ lazy val root = (project in file("."))
</developer>
</developers>
)
scalaVersion := "2.12.6"
scalaVersion := "2.12.8"

crossScalaVersions := Seq(scalaVersion.value, "2.11.12")

libraryDependencies ++= Seq(
guice,
"io.prometheus" % "simpleclient" % "0.5.0",
"io.prometheus" % "simpleclient_hotspot" % "0.5.0",
"io.prometheus" % "simpleclient_servlet" % "0.5.0"
"io.prometheus" % "simpleclient" % "0.6.0",
"io.prometheus" % "simpleclient_hotspot" % "0.6.0",
"io.prometheus" % "simpleclient_servlet" % "0.6.0"
)

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 428c044

Please sign in to comment.