mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-24 13:02:06 +01:00
[smack-repl] Bump Ammonite to 3.0.0-M1 and Scala to 2.13.13
This commit is contained in:
parent
e79429e052
commit
e0f335be40
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@ apply plugin: 'scala'
|
||||||
apply plugin: 'com.github.alisiikh.scalastyle_2.12'
|
apply plugin: 'com.github.alisiikh.scalastyle_2.12'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
scalaVersion = '2.13.12'
|
scalaVersion = '2.13.13'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':smack-examples')
|
api project(':smack-examples')
|
||||||
|
|
||||||
implementation "org.scala-lang:scala-library:$scalaVersion"
|
implementation "org.scala-lang:scala-library:$scalaVersion"
|
||||||
implementation "com.lihaoyi:ammonite_$scalaVersion:2.5.11"
|
implementation "com.lihaoyi:ammonite_$scalaVersion:3.0.0-M1"
|
||||||
}
|
}
|
||||||
|
|
||||||
scalaStyle {
|
scalaStyle {
|
||||||
|
|
Loading…
Reference in a new issue