Skip to content

Commit

Permalink
pr cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Feb 15, 2023
1 parent 365fef7 commit fcd5460
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion prism-agent/service/api/http/pollux/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ components:
# Issue Credential Protocol

IssueCredentialRecordBase:
description: A request to create a new "issue credential record"
required:
- subjectId
- claims
Expand Down
1 change: 0 additions & 1 deletion prism-agent/service/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ val apiBaseDirectory =

inThisBuild(
Seq(
maxErrors := 5, // TODD: remove before PR
organization := "io.iohk.atala",
scalaVersion := "3.2.1",
apiBaseDirectory := baseDirectory.value / "api",
Expand Down
2 changes: 1 addition & 1 deletion prism-agent/service/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val akka = "2.6.20"
val akkaHttp = "10.2.9"
val castor = "0.8.0"
val pollux = "0.26.0-SNAPSHOT"
val pollux = "0.27.0"
val connect = "0.10.0"
val bouncyCastle = "1.70"
val logback = "1.4.5"
Expand Down

0 comments on commit fcd5460

Please sign in to comment.