We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b7fff6 commit 68a2ba7Copy full SHA for 68a2ba7
src/main/g8/Main.scala
@@ -2,8 +2,11 @@
2
//> using jvm "temurin:21"
3
4
//> using dep "org.typelevel::cats-core:2.12.0"
5
+//> using dep "org.typelevel::kittens:3.3.0"
6
+//> using dep "org.typelevel::cats-parse:1.0.0"
7
//> using dep "org.typelevel::cats-effect:3.5.4"
8
//> using dep "co.fs2::fs2-core:3.10.2"
9
+//> using dep "co.fs2::fs2-io:3.10.2"
10
11
//> using test.dep "org.scalameta::munit:1.0.0"
12
//> using test.dep "org.typelevel::munit-cats-effect:2.0.0"
src/main/g8/README.md
@@ -6,3 +6,15 @@
## Setup
Scala-CLI - IntelliJ IDEA setup: [guide](https://scala-cli.virtuslab.org/docs/cookbooks/ide/intellij/).
+
+## Run
+```bash
13
+scala-cli .
14
+```
15
16
+## Test (watch)
17
18
19
+scala-cli test --watch .
20
0 commit comments