I have following in my SBT dependencies but IntelliJ keeps giving error unresolved artifacts. Not sure how to fix this.
libraryDependencies += "io.opentracing" % "opentracing-api" % "0.30.0"
libraryDependencies += "io.opentracing" % "opentracing-util" % "0.30.0"