Neo4j Harness version upgrade from 3.1.0 to 4.4.26 in Scala

I am currently working on a project which is in Scala that involves using an embedded Neo4j server for testing by using Neo4j Harness. Initially, I used Neo4j Harness 3.1.0 for testing with scala 2.11.8

which version of scala supports Neo4j harness version 4.4.26?

I have tried upgrading Neo4j harness to 4.4.26 and when I am running the test cases. I got this error

An exception or error caused a run to abort: 'void scala.Product.$init$(scala.Product)'
java.lang.NoSuchMethodError: 'void scala.Product.$init$(scala.Product)'

what could be the solution for this error?