Skip to content

Commit

Permalink
modify: Update scalac-scoverage-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhsu committed May 21, 2024
1 parent 318f461 commit dbca486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")

// project/plugins.sbt
addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.6.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.6.1")

0 comments on commit dbca486

Please sign in to comment.