Skip to content

Commit 4b53a61

Browse files
committed
Fix serialization test failure
(see #427 (comment)) (cherry picked from commit a3b07d2)
1 parent 98ab589 commit 4b53a61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ lazy val js = project.in(file("js"))
141141
lazy val jvm = project.in(file("jvm"))
142142
.settings(sharedSettings: _*)
143143
.settings(
144+
fork in Test := true,
144145
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"
145146
)
146147

0 commit comments

Comments
 (0)