Skip to content

Commit

Permalink
prepare Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Mar 31, 2021
1 parent 476350e commit ef30f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-java-latest/src/test/scala/msgpack4z/Spec.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgpack4z

trait JavaSpec { _: SpecBase =>
trait JavaSpec { self: SpecBase =>
override protected[this] def packer() = new MsgpackJavaPacker()
override protected[this] def unpacker(bytes: Array[Byte]) = MsgpackJavaUnpacker.defaultUnpacker(bytes)
}
Expand Down

0 comments on commit ef30f0f

Please sign in to comment.