Skip to content

Commit

Permalink
Merge branch 'main' into update/scalatest-3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
blemale authored Jul 10, 2024
2 parents 11a98e2 + 02fad3e commit 7048581
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libraryDependencies ++=
"com.github.ben-manes.caffeine" % "caffeine" % CaffeineVersion.value,
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided",
"org.scalactic" %% "scalactic" % "3.2.18" % "test",
"org.scalactic" %% "scalactic" % "3.2.19" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.0
sbt.version = 1.10.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")

Expand Down

0 comments on commit 7048581

Please sign in to comment.