Skip to content

Commit

Permalink
Merge pull request #3852 from armanbilge/fix/bad-merge-3794
Browse files Browse the repository at this point in the history
Fix bad merge
  • Loading branch information
armanbilge authored Sep 26, 2023
2 parents e5f5880 + 965f7d3 commit cec7991
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,7 @@ lazy val tests: CrossProject = crossProject(JSPlatform, JVMPlatform, NativePlatf
scalacOptions ~= { _.filterNot(_.startsWith("-P:scalajs:mapSourceURI")) }
)
.jvmSettings(
fork := true,
Test / javaOptions += s"-Dsbt.classpath=${(Test / fullClasspath).value.map(_.data.getAbsolutePath).mkString(File.pathSeparator)}"
fork := true
)
.nativeSettings(
Compile / mainClass := Some("catseffect.examples.NativeRunner")
Expand Down

0 comments on commit cec7991

Please sign in to comment.