You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Scala developers,
I have a project using io.getquill
Importing io.getquill from the console works fine in scala 3.1.1 however it is not found in scala 3.2.1 (from coursier).
console completion suggests StdIn, AnsiColor and other packages in io, but not getquill.
import root.io.getquill works fine.
thanks.
The text was updated successfully, but these errors were encountered:
Dear Scala developers,
I have a project using io.getquill
Importing io.getquill from the console works fine in scala 3.1.1 however it is not found in scala 3.2.1 (from coursier).
console completion suggests StdIn, AnsiColor and other packages in io, but not getquill.
import root.io.getquill works fine.
thanks.
The text was updated successfully, but these errors were encountered: