Skip to content

Commit a9ac287

Browse files
committed
Run sbt prePR
1 parent eec93ca commit a9ac287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-reports/2_12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ crypto/package[SO] type HashAlgorithmIdentifier = HashAlgorithm | String
204204
crypto/package[SO] type KeyAlgorithmIdentifier = KeyAlgorithm | String
205205
crypto/package[SO] implicit def arrayBuffer2BufferSource(b: ArrayBuffer): BufferSource
206206
crypto/package[SO] implicit def arrayBufferView2BufferSource(b: ArrayBufferView): BufferSource
207-
crypto/package[SO] val crypto = GlobalCrypto.crypto
207+
crypto/package[SO] def crypto = GlobalCrypto.crypto
208208
crypto/package.BufferSource[JT]
209209
css[SO] type FontFaceRule = raw.CSSFontFaceRule
210210
css[SO] type ImportRule = raw.CSSImportRule

api-reports/2_13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ crypto/package[SO] type HashAlgorithmIdentifier = HashAlgorithm | String
204204
crypto/package[SO] type KeyAlgorithmIdentifier = KeyAlgorithm | String
205205
crypto/package[SO] implicit def arrayBuffer2BufferSource(b: ArrayBuffer): BufferSource
206206
crypto/package[SO] implicit def arrayBufferView2BufferSource(b: ArrayBufferView): BufferSource
207-
crypto/package[SO] val crypto = GlobalCrypto.crypto
207+
crypto/package[SO] def crypto = GlobalCrypto.crypto
208208
crypto/package.BufferSource[JT]
209209
css[SO] type FontFaceRule = raw.CSSFontFaceRule
210210
css[SO] type ImportRule = raw.CSSImportRule

0 commit comments

Comments
 (0)