1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Add smack-examples

This commit is contained in:
Florian Schmaus 2023-11-28 10:46:16 +01:00
parent 5a78534443
commit 04dc212db8
17 changed files with 245 additions and 146 deletions

View file

@ -13,11 +13,7 @@ ext {
}
dependencies {
// Smack's integration test framework (sintest) depends on
// smack-java*-full and since we may want to use parts of sinttest
// in the REPL, we simply depend sinttest.
api project(':smack-integration-test')
api project(':smack-omemo-signal')
api project(':smack-examples')
implementation "org.scala-lang:scala-library:$scalaVersion"
implementation "com.lihaoyi:ammonite_$scalaVersion:2.5.11"