Skip to content

Commit 936de54

Browse files
committed
Use new syntax
1 parent 2134945 commit 936de54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

script.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//> using scala "2.13.16"
2-
//> using lib "com.lihaoyi::os-lib:0.11.3"
2+
//> using dep "com.lihaoyi::os-lib:0.11.3"
33

4-
//> using lib "com.lihaoyi::fansi:0.5.0"
5-
//> using lib "org.typelevel::cats-core:2.12.0"
6-
//> using lib "io.circe::circe-fs2:0.14.1"
4+
//> using dep "com.lihaoyi::fansi:0.5.0"
5+
//> using dep "org.typelevel::cats-core:2.12.0"
6+
//> using dep "io.circe::circe-fs2:0.14.1"
77
//> using toolkit typelevel:0.1.29
88

99
object Hello extends App {

0 commit comments

Comments
 (0)