Skip to content

Commit

Permalink
[repl] Bump Scala to 2.13.12, Ammonite to 2.5.11, and Scalastyle plug…
Browse files Browse the repository at this point in the history
…in to 2.1.0
  • Loading branch information
Flowdalic committed Nov 26, 2023
1 parent 6322f4f commit b35b67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smack-repl/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.github.alisiikh.scalastyle_2.12" version "2.0.2"
id "com.github.alisiikh.scalastyle_2.12" version "2.1.0"
}

description = """\
Expand All @@ -9,7 +9,7 @@ apply plugin: 'scala'
apply plugin: 'com.github.alisiikh.scalastyle_2.12'

ext {
scalaVersion = '2.13.6'
scalaVersion = '2.13.12'
}

dependencies {
Expand All @@ -20,7 +20,7 @@ dependencies {
api project(':smack-omemo-signal')

implementation "org.scala-lang:scala-library:$scalaVersion"
implementation "com.lihaoyi:ammonite_$scalaVersion:2.4.0"
implementation "com.lihaoyi:ammonite_$scalaVersion:2.5.11"
}

scalaStyle {
Expand Down

0 comments on commit b35b67c

Please sign in to comment.