We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
since 0.4.0
40a2cbe
build.sbt
scalaVersion := "2.12.8" // works mimaPreviousArtifacts := Set( "org.scalaz" %% "scalaz-core" % "7.2.28" ) // does not work. unresolved dependency mimaPreviousArtifacts := Set( "org.scalaz" % s"scalaz-core_${scalaBinaryVersion.value}" % "7.2.28" )
log
[warn] module not found: org.scalaz#scalaz-core_2-12;7.2.28 [warn] ==== local: tried [warn] /Users/kenji/.ivy2/local/org.scalaz/scalaz-core_2-12/7.2.28/ivys/ivy.xml [warn] ==== public: tried [warn] https://repo1.maven.org/maven2/org/scalaz/scalaz-core_2-12/7.2.28/scalaz-core_2-12-7.2.28.pom [warn] ==== local-preloaded-ivy: tried [warn] /Users/kenji/.sbt/preloaded/org.scalaz/scalaz-core_2-12/7.2.28/ivys/ivy.xml [warn] ==== local-preloaded: tried [warn] file:////Users/kenji/.sbt/preloaded/org/scalaz/scalaz-core_2-12/7.2.28/scalaz-core_2-12-7.2.28.pom [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: org.scalaz#scalaz-core_2-12;7.2.28: not found [warn] ::::::::::::::::::::::::::::::::::::::::::::::
README says 😕
mimaPreviousArtifacts := Set("com.jsuereth" % "scala-arm_2.9.1" % "1.2")
The text was updated successfully, but these errors were encountered:
fix mima setting
9ff5246
lightbend-labs/mima#327
48f57fb
8d1400e
Hey, @xuwei-k.
So I definitely think the README file should suggest %%.
%%
I also think we should try to support both your % s"scalaz-core_${scalaBinaryVersion.value}" and ticket #168's %% "harmony_cats0.9.0_scalaz7.2".
% s"scalaz-core_${scalaBinaryVersion.value}"
%% "harmony_cats0.9.0_scalaz7.2"
I'm thinking: only normalising if the ModuleId is %%?
Need to think about it, but I'll try to release a bug-fix for this ASAP.
Sorry, something went wrong.
264e6da
dwijnand
Successfully merging a pull request may close this issue.
since 0.4.0
40a2cbe
build.sbt
log
README says 😕
The text was updated successfully, but these errors were encountered: