From e08c95a0a1720b5c29d50305ab86cb6cf426aab3 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 8 May 2024 14:53:49 +0200 Subject: [PATCH] [smack-repl] Fix scala.repl's imports --- smack-repl/scala.repl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smack-repl/scala.repl b/smack-repl/scala.repl index 1da355d19..0e0dee4db 100644 --- a/smack-repl/scala.repl +++ b/smack-repl/scala.repl @@ -5,4 +5,5 @@ import org.jivesoftware.smack.util.TLSUtils import org.jivesoftware.smack.tcp._ import org.jxmpp.jid.impl.JidCreate -import org.igniterealtime.smack.smackrepl.IoT._ +import org.igniterealtime.smack.examples._ +import org.igniterealtime.smack.examples.IoT._