Skip to content

Commit 6bad1fc

Browse files
committed
Fixed compliation on 2.13
1 parent f1179cf commit 6bad1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/shared/src/main/scala/scodec/bits/ByteVector.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package scodec.bits
22

3-
import ByteVector._
4-
53
import java.io.OutputStream
64
import java.nio.{ByteBuffer, CharBuffer}
75
import java.nio.charset.{CharacterCodingException, Charset}
@@ -52,6 +50,8 @@ import scala.annotation.tailrec
5250
*/
5351
sealed abstract class ByteVector extends BitwiseOperations[ByteVector, Long] with Serializable {
5452

53+
import ByteVector._
54+
5555
/**
5656
* Returns the number of bytes in this vector.
5757
* @group collection

0 commit comments

Comments
 (0)