Skip to content

Commit

Permalink
Update to Play 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DraganRaicici committed Mar 21, 2024
1 parent b00ac7d commit 969f61f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://github.com/Jyllands-Posten/play-prometheus-filters-example-app
To use the library add the following to you build.sbt:

```scala
libraryDependencies += "io.github.jyllands-posten" %% "play-prometheus-filters" % "1.0.0"
libraryDependencies += "io.github.jyllands-posten" %% "play-prometheus-filters" % "1.0.1"

```
This latest version supports Play 3.0.
Expand All @@ -24,7 +24,8 @@ For more info on play version compatibility see the releases matrix.

| Release | Play version | Scala version |
|:--------|:-------------|:---------------|
| 1.0.0 | 3.0.x | 2.13.x |
| 1.0.1 | 3.0.1 | 2.13.13 |
| 1.0.0 | 3.0.0 | 2.13.x |
| 0.6.x | 2.8.x | 2.12.x, 2.13.x |

For earlier play versions, see the original repository [play-prometheus-filters](https://github.com/stijndehaes/play-prometheus-filters)
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
name := "play-prometheus-filters"
organization := "io.github.jyllands-posten"

version := "1.0.0"
version := "1.0.1"

lazy val root = project in file(".")

Expand All @@ -13,7 +13,7 @@ credentials += Credentials(Path.userHome / ".sbt" / ".credentials.sonatype")

scalaVersion := "2.13.13"

val playVersion = "3.0.0"
val playVersion = "3.0.1"
val prometheusClientVersion = "0.16.0"

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 969f61f

Please sign in to comment.