Skip to content

Commit

Permalink
Update plugins.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Jun 4, 2024
1 parent 09d502e commit 2a2a144
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
Expand Up @@ -4,7 +4,7 @@
* [[https://github.com/sbt/sbt-assembly]]
* [[https://repo1.maven.org/maven2/com/eed3si9n/sbt-assembly_2.12_1.0/]]
*/
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")

/**
* scalastyle-sbt-plugin
Expand All @@ -20,5 +20,5 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
* [[https://github.com/sbt/sbt-jacoco]]
* [[https://repo1.maven.org/maven2/com/github/sbt/sbt-jacoco_2.12_1.0/]]
*/
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.4.0")
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.5.0")

0 comments on commit 2a2a144

Please sign in to comment.