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
Updating SBT to v1.2.4 results in dependency failures for sbt-pgp, ensime-sbt, and scalastyle-sbt-plugin; fixing these causes errors which must be f of deprecation.
[error] object Build extends Build {
[error] ^
[error] /Users/ITMETHO/Developer/poi.scala/project/Build.scala:28:13: type mismatch;
[error] found : Some[sbt.librarymanagement.MavenRepository]
[error] required: sbt.Task[Option[sbt.librarymanagement.Resolver]]
[error] Some("snapshots" at nexus + "content/repositories/snapshots")
[error]
The text was updated successfully, but these errors were encountered:
Dependencies haven't been updated since sbt 0.13.x; some artifacts required for running
sbt test
are unavailable.After updating
project/build.properties
...https://mvnrepository.com/artifact/org.scala-sbt/compiler-interface lists no versions
0.13.x
of compiler-interface, but 0.1.0-M3 references the0.13
license.Updating SBT to
v1.2.4
results in dependency failures forsbt-pgp
,ensime-sbt
, andscalastyle-sbt-plugin
; fixing these causes errors which must be f of deprecation.The text was updated successfully, but these errors were encountered: