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

Add OmemoClient repl class

This commit is contained in:
Paul Schaub 2019-08-04 15:28:46 +02:00 committed by Florian Schmaus
parent e6ac568f32
commit 3a0356488d
2 changed files with 217 additions and 0 deletions

View file

@ -19,6 +19,7 @@ dependencies {
compile project(':smack-experimental')
compile project(':smack-legacy')
compile project(':smack-integration-test')
compile project(':smack-omemo-signal')
compile "org.scala-lang:scala-library:$scalaVersion"
compile "com.lihaoyi:ammonite_$scalaVersion:1.3.2"
testCompile project(path: ":smack-core", configuration: "testRuntime")