Skip to content

Commit

Permalink
feat(mercury): Added the resolver and update the nimbus libray to pre… (
Browse files Browse the repository at this point in the history
#465)

* feat(mercury): Added the resolver and updatet he nimbus libray to preview version

* build: remove publish configure from data models

---------

Co-authored-by: Anton Baliasnikov <anton.baliasnikov@iohk.io>
  • Loading branch information
mineme0110 and Anton Baliasnikov committed Mar 22, 2023
1 parent 08e3b2d commit 67e3622
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mercury/mercury-library/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ inThisBuild(
versionScheme := Some("semver-spec"),
releaseUseGlobalVersion := false,
githubOwner := "input-output-hk",
githubRepository := "atala-prism-building-blocks"
githubRepository := "atala-prism-building-blocks",
resolvers += Resolver.githubPackages("input-output-hk")
)
)

Expand Down Expand Up @@ -51,7 +52,6 @@ inThisBuild(
)
)
)

ThisBuild / resolvers += Resolver.githubPackages("FabioPinheiro", "scala-did")

val useDidLib = false
Expand Down Expand Up @@ -95,7 +95,8 @@ lazy val D = new {
val didScala = Def.setting("app.fmgp" %% "did" % "0.0.0+113-61efa271-SNAPSHOT")

// https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt/9.16-preview.1
val jwk = Def.setting("com.nimbusds" % "nimbus-jose-jwt" % "9.25.4")
// https://github.com/input-output-hk/atala-prism-building-blocks/packages/1818097
val jwk = Def.setting("com.nimbusds" % "nimbus-jose-jwt" % "10.0.0-preview")

// For munit https://scalameta.org/munit/docs/getting-started.html#scalajs-setup
val munit = Def.setting("org.scalameta" %% "munit" % V.munit % Test)
Expand All @@ -116,7 +117,6 @@ publish / skip := true
*/
lazy val models = project
.in(file("models"))
.configure(publishConfigure)
.settings(name := "mercury-data-models")
.settings(
libraryDependencies ++= Seq(D.zio.value),
Expand Down

0 comments on commit 67e3622

Please sign in to comment.