Skip to content

Commit

Permalink
Merge branch 'main' into ATL-4363-ADR-mulititenancy-data-isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
yshyn-iohk authored May 24, 2023
2 parents b631a05 + 3e2a5aa commit 4fef79f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"prepareCmd": "npm version ${nextRelease.version} --git-tag-version false"
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "sbt dumpLicenseReportAggregate && cp ./target/license-reports/atala-prism-building-blocks-licenses.md ./LICENSES.md"
}
],
[
"@semantic-release/exec",
{
Expand All @@ -62,6 +68,7 @@
"assets": [
"version.sbt",
"CHANGELOG.md",
"LICENSES.md",
"package.json",
"package-lock.json"
],
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.11")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.7")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")

// In order to import proper version of com.google.protobuf.ByteString we need to add this dependency
libraryDependencies ++= Seq("com.thesamet.scalapb" %% "compilerplugin" % "0.11.12")

0 comments on commit 4fef79f

Please sign in to comment.