File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,13 @@ lazy val json4s = (project in file("json4s"))
4343 .settings(commonSettings)
4444
4545lazy val jsonassert = (project in file(" jsonassert" ))
46- .settings(commonSettings)
46+ .settings(commonSettings, crossScalaVersions += " 3.0.1 " )
4747
4848lazy val playJson = (project in file(" play-json" ))
4949 .settings(commonSettings)
5050
5151lazy val circe = (project in file(" circe" ))
52- .settings(commonSettings)
53- .settings(
54- crossScalaVersions += " 3.0.1"
55- )
52+ .settings(commonSettings, crossScalaVersions += " 3.0.1" )
5653
5754lazy val argonaut = (project in file(" argonaut" ))
5855 .settings(commonSettings)
Original file line number Diff line number Diff line change @@ -121,6 +121,6 @@ Done from github actions using [sbt-ci-release](https://github.com/olafurpg/sbt-
121121
122122eg
123123```
124- git tag -a v0.2.4 -m "v0.2.4 "
125- git push origin v0.2.4
124+ git tag -a v0.2.5 -m "v0.2.5 "
125+ git push origin v0.2.5
126126```
You can’t perform that action at this time.
0 commit comments