Skip to content

Commit

Permalink
Adapt build in itest
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jun 11, 2023
1 parent bd6dc0a commit 94bb566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/src/minimal/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object minimal extends ScalaModule {

def ivyDeps = Agg(ivy"com.lihaoyi::pprint:0.7.3")

object test extends Tests with TestModule.Munit {
object test extends ScalaModuleTests with TestModule.Munit {
def ivyDeps = Agg(ivy"org.scalameta::munit:0.7.29")
}
}
Expand Down

0 comments on commit 94bb566

Please sign in to comment.