-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.scala
27 lines (23 loc) · 945 Bytes
/
project.scala
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//> using scala "3"
//> using dep "org.typelevel::cats-effect::3.5.5"
//> using dep "co.fs2::fs2-core::3.11.0"
//> using dep "co.fs2::fs2-io::3.11.0"
//> using dep "com.softwaremill.sttp.client4::circe::4.0.0-M19"
//> using dep "com.softwaremill.sttp.client4::cats::4.0.0-M19"
//> using dep "io.chrisdavenport::rediculous::0.5.1"
//> using dep "io.circe::circe-core::0.14.10"
//> using dep "io.circe::circe-parser::0.14.10"
//> using dep "org.legogroup::woof-core::0.7.0"
//> using dep "com.monovore::decline-effect::2.4.1"
//> using dep "eu.timepit::fs2-cron-cron4s:0.9.0"
//> using jsModuleKind "es"
//> using jsAvoidClasses false
//> using jsAvoidLetsAndConsts false
//> using jsAllowBigIntsForLongs true
//> using jsEsVersionStr "es2021"
//> using option -Wunused:all
//> using option -Wvalue-discard
//> using option -deprecation
//> using resourceDir ./resources
// Native image version supports max of 17
//> using option -release 17