From e0f335be405b28be240c1483a34e26b07203f370 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 8 May 2024 14:53:31 +0200 Subject: [PATCH] [smack-repl] Bump Ammonite to 3.0.0-M1 and Scala to 2.13.13 --- smack-repl/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smack-repl/build.gradle b/smack-repl/build.gradle index 6e098eb52..a7e1017d0 100644 --- a/smack-repl/build.gradle +++ b/smack-repl/build.gradle @@ -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 {