Skip to content

Commit

Permalink
Replace better-monadic-for to the extent possible
Browse files Browse the repository at this point in the history
  • Loading branch information
mtomko committed Jan 4, 2023
1 parent 0b6be53 commit 9818e13
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 @@ -126,7 +126,7 @@ lazy val poolq = project
name := "poolq3",
organization := "org.broadinstitute.gpp",
libraryDependencies := dependencies,
scalacOptions ++= List("-P:acyclic:force", "-Xsource:3"),
scalacOptions ++= List("-Xsource:future"),
buildInfoKeys := Seq[BuildInfoKey](name, version),
buildInfoPackage := "org.broadinstitute.gpp.poolq3",
testFrameworks += new TestFramework("munit.Framework"),
Expand Down

0 comments on commit 9818e13

Please sign in to comment.