Skip to content

Commit

Permalink
update play-update-play-redis-to-4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhz committed Apr 16, 2024
1 parent 6e31816 commit 0143c71
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 @@ -55,6 +55,6 @@ disablePlugins(PlayLogback)
scalacOptions ++= Seq("-language:implicitConversions")

libraryDependencies += play.sbt.PlayImport.cacheApi
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "4.0.0"
libraryDependencies += "com.github.karelcemus" %% "play-redis" % "4.1.0"

pipelineStages := Seq(digest)

0 comments on commit 0143c71

Please sign in to comment.