-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.scala
25 lines (22 loc) · 1.12 KB
/
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
// Main
//> using scala "3.3.3"
//> using platforms "scala-native"
//> using nativeVersion "0.4.17"
//> using options "-Wunused:all"
//> using dependency "com.disneystreaming.smithy4s::smithy4s-core::0.18.23"
//> using dependency "com.disneystreaming.smithy4s::smithy4s-json::0.18.23"
//> using publish.computeVersion "git:tag"
//> using publish.developers "velvetbaldmime|Anton Sviridov|https://indoorvivants.com"
//> using publish.license "Apache-2.0"
//> using publish.name "smithy4s-curl"
//> using publish.organization "tech.neander"
//> using publish.repository "central-s01"
//> using publish.secretKey "env:PGP_SECRET"
//> using publish.secretKeyPassword "env:PGP_PASSPHRASE"
//> using publish.url "https://github.com/neandertech/smithy4s-curl"
//> using publish.vcs "github:neandertech/smithy4s-curl"
//> using test.dependency "com.disneystreaming::weaver-cats::0.8.4"
//> using test.framework "weaver.framework.CatsEffect"
//> using test.dependency "com.disneystreaming.smithy4s::smithy4s-http4s::0.18.23"
//> using test.dependency "org.http4s::http4s-ember-client::0.23.27"
//> using test.dependency "co.fs2::fs2-io::3.10-365636d"