Skip to content

Commit

Permalink
update scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kamenitxan committed Jun 8, 2024
1 parent 08c86a4 commit 2ed53ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtassembly.AssemblyPlugin.autoImport.assembly

val V = new {
val Scala = "3.3.1"
val Scala = "3.3.3"
val jakon = "0.6.0-SNAPSHOT"
val spark = "2.9.4-jakon-4"
val log4j = "2.20.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
Expand Down

0 comments on commit 2ed53ea

Please sign in to comment.