Skip to content

Commit a3b07d2

Browse files
committed
Fix serialization test failure
(see #427 (comment))
1 parent 3016526 commit a3b07d2

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
@@ -140,6 +140,7 @@ lazy val js = project.in(file("js"))
140140
lazy val jvm = project.in(file("jvm"))
141141
.settings(sharedSettings: _*)
142142
.settings(
143+
fork in Test := true,
143144
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0"
144145
)
145146

0 commit comments

Comments
 (0)