We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7456ab commit 463ca27Copy full SHA for 463ca27
build.sbt
@@ -5,7 +5,7 @@ name := "play-circe"
5
scalaVersion := "3.3.4"
6
crossScalaVersions := Seq("2.13.14", scalaVersion.value)
7
8
-val playV = "3.0.5"
+val playV = "3.0.6"
9
val circeV = "0.14.10"
10
11
val crossDeps = Seq(
0 commit comments