Skip to content

Commit

Permalink
[smack-repl] Bump Ammonite to 3.0.0-M1 and Scala to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed May 8, 2024
1 parent e79429e commit e0f335b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smack-repl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ apply plugin: 'scala'
apply plugin: 'com.github.alisiikh.scalastyle_2.12'

ext {
scalaVersion = '2.13.12'
scalaVersion = '2.13.13'
}

dependencies {
api project(':smack-examples')

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 {
Expand Down

0 comments on commit e0f335b

Please sign in to comment.