Skip to content

Commit

Permalink
Merge branch 'develop' into update/sbt-scoverage-2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic authored Sep 18, 2023
2 parents 78815d9 + 59a9223 commit c2afeea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object Dependencies {
// jaxb-api needed by WorkspaceApiServiceSpec.bagitService() method
"javax.xml.bind" % "jaxb-api" % "2.3.1" % "test",
// provides testing mocks
"com.google.cloud" % "google-cloud-nio" % "0.127.2" % "test",
"com.google.cloud" % "google-cloud-nio" % "0.127.3" % "test",
"org.scalatestplus" %% "mockito-4-5" % "3.2.12.0" % "test"
)
}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

Expand Down

0 comments on commit c2afeea

Please sign in to comment.