Skip to content

Commit 205adf8

Browse files
Update scala3-library to 3.0.1 (#138)
1 parent fae7f31 commit 205adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lazy val playJson = (project in file("play-json"))
1919
lazy val circe = (project in file("circe"))
2020
.settings(commonSettings)
2121
.settings(
22-
crossScalaVersions += "3.0.0"
22+
crossScalaVersions += "3.0.1"
2323
)
2424

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

0 commit comments

Comments
 (0)