diff --git a/rings.repl/rings.repl b/rings.repl/rings.repl index 8ac817a..5fc36a9 100755 --- a/rings.repl/rings.repl +++ b/rings.repl/rings.repl @@ -3,7 +3,7 @@ ringsVersion=2.0 if [ -z ${RINGS_SCALADSL_JAR+x} ]; then - importString="import \$ivy.\`cc.redberry::rings:${ringsVersion}\`" + importString="import \$ivy.\`cc.redberry::rings.scaladsl:${ringsVersion}\`" else importString="interp.load.cp(Path(\"${RINGS_SCALADSL_JAR}\"))" fi