Skip to content

Update sbt-scoverage to 2.0.2 #2691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2944ed3
Update sbt-scoverage to 2.0.2
scala-steward Aug 11, 2022
7b1c472
Revert commit(s) 2944ed3d
scala-steward Aug 14, 2022
2f15dbd
Merge branch 'main' into update/sbt-scoverage-2.0.2
scala-steward Aug 14, 2022
7700d43
Update sbt-scoverage to 2.0.2
scala-steward Aug 14, 2022
950da42
Revert commit(s) 7700d437
scala-steward Aug 16, 2022
99fad68
Merge branch 'main' into update/sbt-scoverage-2.0.2
scala-steward Aug 16, 2022
4d27bff
Update sbt-scoverage to 2.0.2
scala-steward Aug 16, 2022
0a08560
Revert commit(s) 4d27bff6
scala-steward Aug 18, 2022
24ec3ca
Merge branch 'main' into update/sbt-scoverage-2.0.2
scala-steward Aug 18, 2022
cd91181
Update sbt-scoverage to 2.0.2
scala-steward Aug 18, 2022
100f2f4
Revert commit(s) cd91181a
scala-steward Aug 26, 2022
bb4b011
Merge branch 'main' into update/sbt-scoverage-2.0.2
scala-steward Aug 26, 2022
5c7e2e2
Update sbt-scoverage to 2.0.2
scala-steward Aug 26, 2022
fcdeee9
Revert commit(s) 5c7e2e24
scala-steward Sep 1, 2022
09307f5
Merge branch 'main' into update/sbt-scoverage-2.0.2
scala-steward Sep 1, 2022
be4fba0
Update sbt-scoverage to 2.0.2
scala-steward Sep 1, 2022
b95830b
Revert commit(s) be4fba0b
scala-steward Sep 3, 2022
cb3db56
Merge branch 'main' into update/sbt-scoverage-2.0.2
scala-steward Sep 3, 2022
9ad5dd7
Update sbt-scoverage to 2.0.2
scala-steward Sep 3, 2022
6b18ad8
Revert commit(s) 9ad5dd7e
scala-steward Sep 9, 2022
e5593e5
Merge branch 'main' into update/sbt-scoverage-2.0.2
scala-steward Sep 9, 2022
ff8d58c
Update sbt-scoverage to 2.0.2
scala-steward Sep 9, 2022
ee7515b
Revert commit(s) ff8d58c9
scala-steward Sep 11, 2022
8337427
Merge branch 'main' into update/sbt-scoverage-2.0.2
scala-steward Sep 11, 2022
aed6215
Update sbt-scoverage to 2.0.2
scala-steward Sep 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.2")