forked from weso/shex-s
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscala-cli-conf.scala
More file actions
25 lines (21 loc) · 963 Bytes
/
scala-cli-conf.scala
File metadata and controls
25 lines (21 loc) · 963 Bytes
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
//> using scala "3.1.1"
//> using lib "com.monovore::decline-effect::2.2.0"
//> using lib "es.weso::shex::0.2.2"
//> using lib "es.weso::depgraphs::0.2.2"
//> using lib "es.weso::wshex::0.2.2"
//> using lib "es.weso::rbe::0.2.2"
//> using lib "es.weso::shextest::0.2.2"
//> using lib "es.weso::wikibaserdf::0.2.2"
//> using lib "es.weso::shapepath::0.2.2"
//> using lib "es.weso::shapemap::0.2.2"
//> using lib "es.weso::shexsjena::0.2.0"
//> using lib "org.apache.jena:jena-shex:4.3.2"
//> using lib "org.http4s::http4s-ember-client::1.0.0-M31"
//> using lib "org.http4s::http4s-circe::1.0.0-M31"
//> using lib "org.slf4j:slf4j-api:1.7.3"
//> using lib "org.slf4j:slf4j-simple:1.7.3"
//> using lib "org.typelevel::cats-effect:3.3.11"
//> using lib "org.typelevel::cats-effect-std:3.3.11"
// Some libraries that could probably be ignored if modules were not compiled
//> using lib "com.typesafe:config:1.4.6"
//> using lib "org.scalacheck::scalacheck:1.15.4"