Skip to content

Commit 1ed939b

Browse files
committed
fix(abstract-substrate): fix package.json bitgo libs version
fixed bitgo libs version in the package.json WP-3448 TICKET: WP-3448
1 parent f08a165 commit 1ed939b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/abstract-substrate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.18.0",
42-
"@bitgo/statics": "^50.17.0"
41+
"@bitgo/sdk-core": "^28.19.0",
42+
"@bitgo/statics": "^50.18.0"
4343
}
4444
}

0 commit comments

Comments
 (0)