mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 23:55:58 +01:00
[repl] Bump Scala to 2.13.6 and Ammonite to 2.4.0
This commit is contained in:
parent
6434e77336
commit
2762325639
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ apply plugin: 'scala'
|
|||
apply plugin: 'com.github.alisiikh.scalastyle_2.12'
|
||||
|
||||
ext {
|
||||
scalaVersion = '2.12.1'
|
||||
scalaVersion = '2.13.6'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -20,7 +20,7 @@ dependencies {
|
|||
api project(':smack-omemo-signal')
|
||||
|
||||
implementation "org.scala-lang:scala-library:$scalaVersion"
|
||||
implementation "com.lihaoyi:ammonite_$scalaVersion:1.3.2"
|
||||
implementation "com.lihaoyi:ammonite_$scalaVersion:2.4.0"
|
||||
}
|
||||
|
||||
scalaStyle {
|
||||
|
|
Loading…
Reference in a new issue