Skip to content

Commit

Permalink
Compile with Scala 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smarter committed Nov 19, 2020
1 parent 89eeea5 commit d19f728
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1383,7 +1383,7 @@ private[scalatest] object RefSpec {
else
value

val bytes = Codec.toUTF8(toHash.toArray)
val bytes = Codec.toUTF8(toHash)
val md5 = MessageDigest.getInstance("MD5")
md5.update(bytes)
val md5chars = (md5.digest() map (b => (b & 0xFF).toHexString)).mkString
Expand Down

0 comments on commit d19f728

Please sign in to comment.