mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 13:23:05 +01:00
8 lines
215 B
Groovy
8 lines
215 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
|
|
api "org.scalaj:scalaj-http_$scala:2.4.2"
|
|
api "org.json4s:json4s-jackson_$scala:3.6.0-M3"
|
|
api "com.softwaremill.quicklens:quicklens_$scala:1.4.12"
|
|
}
|