Skip to content

Commit 68a2ba7

Browse files
committed
Added new dependencies
1 parent 6b7fff6 commit 68a2ba7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/main/g8/Main.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
//> using jvm "temurin:21"
33

44
//> 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"
57
//> using dep "org.typelevel::cats-effect:3.5.4"
68
//> using dep "co.fs2::fs2-core:3.10.2"
9+
//> using dep "co.fs2::fs2-io:3.10.2"
710

811
//> using test.dep "org.scalameta::munit:1.0.0"
912
//> using test.dep "org.typelevel::munit-cats-effect:2.0.0"

src/main/g8/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@
66
## Setup
77

88
Scala-CLI - IntelliJ IDEA setup: [guide](https://scala-cli.virtuslab.org/docs/cookbooks/ide/intellij/).
9+
10+
## Run
11+
12+
```bash
13+
scala-cli .
14+
```
15+
16+
## Test (watch)
17+
18+
```bash
19+
scala-cli test --watch .
20+
```

0 commit comments

Comments
 (0)