Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed Jan 11, 2025
1 parent 592e2e0 commit fc79bd2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/minimalApplicationWithLoom/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ trait AppModule extends CrossScalaModule {
def ivyDeps = Agg[Dep](
)

object test extends ScalaTests with TestModule.Utest {

def ivyDeps = Agg(
ivy"com.lihaoyi::utest::0.8.4",
ivy"com.lihaoyi::requests::0.9.0",
)
}
// object test extends ScalaTests with TestModule.Utest {
//
// def ivyDeps = Agg(
// ivy"com.lihaoyi::utest::0.8.4",
// ivy"com.lihaoyi::requests::0.9.0",
// )
// }
}

0 comments on commit fc79bd2

Please sign in to comment.