The title is the error I'm getting when running sbt ++2.11.12 clean update package
. It's caused by this line:
import com.amazonaws.services.glue.util.GlueArgParser
I was also getting a Cannot resolve symbol util
error in IntelliJ.
I've tried everything in this thread.
I'm trying to use the getResolvedOptions
method in Glue's util API.