Skip to content

Commit 0b5a55d

Browse files
committed
Update README.md
1 parent 8adf402 commit 0b5a55d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ If you want to see a project that is already setup to use scoverage in both sbt
4747

4848
## Notes on upgrading to version 1.3.0
4949

50-
The object containing the keys has changed from nested to top level so you might need to adjust the import. It's also an auto plugin now, so you might not need the import at all.
50+
* The object containing the keys has changed from nested to top level so you might need to adjust the import. It's also an auto plugin now, so you might not need the import at all.
51+
* There is an issue syncing the binary with the sbt-plugin-releases repo, so in the meantime add `resolvers += Resolver.url("scoverage-bintray", url("https://dl.bintray.com/sksamuel/sbt-plugins/"))(Resolver.ivyStylePatterns)` to your build.
5152

5253
## Notes on upgrading to version 1.0.0
5354

0 commit comments

Comments
 (0)