Skip to content

Commit 7c6bdf2

Browse files
try disable scala3
1 parent 16252e0 commit 7c6bdf2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
22
target
3+
ci.sh

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val playJson = (project in file("play-json"))
2222
lazy val circe = (project in file("circe"))
2323
.settings(commonSettings)
2424
.settings(
25-
crossScalaVersions += "3.0.1"
25+
// crossScalaVersions += "3.0.1"
2626
)
2727

2828
lazy val argonaut = (project in file("argonaut"))

0 commit comments

Comments
 (0)