We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae7f31 commit 205adf8Copy full SHA for 205adf8
build.sbt
@@ -19,7 +19,7 @@ lazy val playJson = (project in file("play-json"))
19
lazy val circe = (project in file("circe"))
20
.settings(commonSettings)
21
.settings(
22
- crossScalaVersions += "3.0.0"
+ crossScalaVersions += "3.0.1"
23
)
24
25
lazy val argonaut = (project in file("argonaut"))
0 commit comments