-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathproject.scala
More file actions
17 lines (15 loc) · 794 Bytes
/
project.scala
File metadata and controls
17 lines (15 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//> using scala "3.3.7"
//> using options "-java-output-version:11" "-Ykind-projector:underscores"
//> using options "-deprecation" "-feature"
//> using dep "org.virtuslab::besom-core:0.5.1"
//> using dep "dev.zio::zio:2.1.24"
//> using test.dep "org.scalameta::munit:1.2.4"
//> using publish.name "besom-zio"
//> using publish.organization "org.virtuslab"
//> using publish.url "https://github.com/VirtusLab/besom"
//> using publish.vcs "github:VirtusLab/besom"
//> using publish.license "Apache-2.0"
//> using publish.repository "central"
//> using publish.developer "lbialy|Łukasz Biały|https://github.com/lbialy"
//> using publish.developer "prolativ|Michał Pałka|https://github.com/prolativ"
//> using publish.developer "KacperFKorban|Kacper Korban|https://github.com/KacperFKorban"