We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb3e8f commit 0b5087eCopy full SHA for 0b5087e
build.sbt
@@ -83,7 +83,7 @@ lazy val scryptoJS = scrypto.js
83
// how to setup ScalablyTyped https://youtu.be/hWUAVrNj65c?t=1341
84
externalNpm := { file(s"${baseDirectory.value}/..") },
85
Compile / npmDependencies ++= Seq(
86
- "@noble/hashes" -> "^1.1.4"
+ "@noble/hashes" -> "1.1.4"
87
),
88
useYarn := true
89
)
0 commit comments