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 ef30f0f commit 8463d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-java07/src/test/scala/msgpack4z/Spec.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgpack4z

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

0 comments on commit 8463d7e

Please sign in to comment.