diff --git a/CHANGELOG.md b/CHANGELOG.md index 5847345..f1bb48f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.5 - 2024-01-01 + +* Upgrade to 3.3.2 (to take advantage of the coverage fix) + # 1.6.4 - 2023-10-01 * Upgrade to latest versions diff --git a/README.md b/README.md index 7e70b5f..a7f4f5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Coverage Status][coveralls-badge]][coveralls-status] +[![coveralls-badge][]][coveralls-status] # scoverage samples @@ -20,7 +20,7 @@ Afterwards you can find the report in ... ``` ./target/scala-2.13/scoverage-report/index.html -./target/scala-3.3.1/scoverage-report/index.html +./target/scala-3.3.2-RC1/scoverage-report/index.html ``` You can also upload the report to [coveralls][] by running ...