We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec9026 commit 8c137efCopy full SHA for 8c137ef
build.sbt
@@ -4,7 +4,7 @@ lazy val buildSettings = Seq(
4
organization := "io.github.finagle",
5
scalaVersion := "2.13.2",
6
crossScalaVersions := Seq("2.11.12", "2.12.11", "2.13.2"),
7
- fork in Test := true
+ fork in Test := false
8
)
9
10
def circeTestingVersion(scalaV: String) = {
0 commit comments