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 16252e0 commit 7c6bdf2Copy full SHA for 7c6bdf2
.gitignore
@@ -1,2 +1,3 @@
1
.idea
2
target
3
+ci.sh
build.sbt
@@ -22,7 +22,7 @@ lazy val playJson = (project in file("play-json"))
22
lazy val circe = (project in file("circe"))
23
.settings(commonSettings)
24
.settings(
25
- crossScalaVersions += "3.0.1"
+// crossScalaVersions += "3.0.1"
26
)
27
28
lazy val argonaut = (project in file("argonaut"))
0 commit comments