Skip to content

Commit

Permalink
Fix serialization test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Feb 25, 2019
1 parent 3016526 commit a3b07d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ lazy val js = project.in(file("js"))
lazy val jvm = project.in(file("jvm"))
.settings(sharedSettings: _*)
.settings(
fork in Test := true,
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"
)

Expand Down

0 comments on commit a3b07d2

Please sign in to comment.