Skip to content

Commit 8c137ef

Browse files
committed
temp disable fork in test
1 parent 6ec9026 commit 8c137ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val buildSettings = Seq(
44
organization := "io.github.finagle",
55
scalaVersion := "2.13.2",
66
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),
7-
fork in Test := true
7+
fork in Test := false
88
)
99

1010
def circeTestingVersion(scalaV: String) = {

0 commit comments

Comments
 (0)