1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-10-18 12:15:58 +02:00

[smack-repl] Bump Ammonite to 3.0.0-M1 and Scala to 2.13.13

This commit is contained in:
Florian Schmaus 2024-05-08 14:53:31 +02:00
parent e79429e052
commit e0f335be40

View file

@ -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 {