Skip to content

Commit

Permalink
chore: move declaration of test-dependencies
Browse files Browse the repository at this point in the history
Now that scala-cli support syntax for declaration of test-dependencies,
there's no more need to declare them separately in the test-dir.
  • Loading branch information
MartinHH committed Sep 17, 2023
1 parent b1d58e9 commit fae9fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion project.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
//> using scala "3.3.1"
//> using platform "jvm", "scala-js", "native"
//> using lib "org.scalacheck::scalacheck::1.17.0"
//> using jvm "8"

//> using dep "org.scalacheck::scalacheck::1.17.0"
//> using test.dep "org.scalameta::munit::1.0.0-M10"
//> using test.dep "org.scalameta::munit-scalacheck::1.0.0-M10"

//> using option "-Xfatal-warnings"
//> using option "-Wunused:all"
//> using test.option "-Wunused:imports"
Expand Down
3 changes: 0 additions & 3 deletions src/test/conf.scala

This file was deleted.

0 comments on commit fae9fc6

Please sign in to comment.