Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 29a1ed3

Browse files
committed
Removing cross paths
1 parent f4a59c8 commit 29a1ed3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ lazy val core: Project = (project in file("core"))
5555
.settings(
5656
name := "core",
5757
testOptions in Test := Seq(Tests.Argument(TestFrameworks.JUnit, "-a")), // required for javadsl JUnit tests
58-
crossPaths := false, // https://github.com/sbt/junit-interface/issues/35
5958
libraryDependencies ++= Seq(
6059
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
6160
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % "test",

0 commit comments

Comments
 (0)