Skip to content

Commit

Permalink
temp disable fork in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerousben committed Jun 20, 2020
1 parent 45cb034 commit 99b7aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val buildSettings = Seq(
organization := "io.github.finagle",
scalaVersion := "2.13.2",
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),
fork in Test := true
fork in Test := false
)

def circeTestingVersion(scalaV: String) = {
Expand Down

0 comments on commit 99b7aa1

Please sign in to comment.