mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
[repl] Bump Scala to 2.13.12, Ammonite to 2.5.11, and Scalastyle plugin to 2.1.0
This commit is contained in:
parent
6322f4f826
commit
b35b67c360
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
plugins {
|
plugins {
|
||||||
id "com.github.alisiikh.scalastyle_2.12" version "2.0.2"
|
id "com.github.alisiikh.scalastyle_2.12" version "2.1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = """\
|
description = """\
|
||||||
|
@ -9,7 +9,7 @@ apply plugin: 'scala'
|
||||||
apply plugin: 'com.github.alisiikh.scalastyle_2.12'
|
apply plugin: 'com.github.alisiikh.scalastyle_2.12'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
scalaVersion = '2.13.6'
|
scalaVersion = '2.13.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -20,7 +20,7 @@ dependencies {
|
||||||
api project(':smack-omemo-signal')
|
api project(':smack-omemo-signal')
|
||||||
|
|
||||||
implementation "org.scala-lang:scala-library:$scalaVersion"
|
implementation "org.scala-lang:scala-library:$scalaVersion"
|
||||||
implementation "com.lihaoyi:ammonite_$scalaVersion:2.4.0"
|
implementation "com.lihaoyi:ammonite_$scalaVersion:2.5.11"
|
||||||
}
|
}
|
||||||
|
|
||||||
scalaStyle {
|
scalaStyle {
|
||||||
|
|
Loading…
Reference in a new issue