Skip to content

Commit

Permalink
Merge pull request #202 from jilen/fix_version
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
jilen authored Nov 11, 2023
2 parents c6721a3 + b109dbf commit b8bc6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For play 2.8.x
For play 3.0.x

> libraryDependencies += "com.dripower" %% "play-circe" % "3000.0"
> libraryDependencies += "com.dripower" %% "play-circe" % "3014.0"

Usage
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "3000.0-SNAPSHOT"
ThisBuild / version := "3014.0-SNAPSHOT"

0 comments on commit b8bc6e5

Please sign in to comment.