Skip to content

Commit 0b5087e

Browse files
committed
change noble version
1 parent 1fb3e8f commit 0b5087e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ lazy val scryptoJS = scrypto.js
8383
// how to setup ScalablyTyped https://youtu.be/hWUAVrNj65c?t=1341
8484
externalNpm := { file(s"${baseDirectory.value}/..") },
8585
Compile / npmDependencies ++= Seq(
86-
"@noble/hashes" -> "^1.1.4"
86+
"@noble/hashes" -> "1.1.4"
8787
),
8888
useYarn := true
8989
)

0 commit comments

Comments
 (0)