Skip to content
New issue

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

Update mill-mima from 0.1.0 to 0.1.1 and cleanup setup #10

Merged
merged 1 commit into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ trait PublishSettings extends PublishModule {

trait MimaSettings extends Mima {
override def mimaPreviousVersions = T{ Seq("2.3.0", "2.2.0", "2.1.0", "2.0.0") }
// TODO: Cleanup below, once https://github.com/lolgab/mill-mima/pull/155 is released
override def scalaVersion = "2.13.14"
override def artifactId: T[String] = T{ artifactName()}
}

object root extends RootModule
Expand Down
2 changes: 1 addition & 1 deletion mill-build/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object root extends MillBuildRootModule {
// generate OSGi metadata
ivy"de.tototec::de.tobiasroeser.mill.osgi::0.5.0-11-bf16ad",
// check bincompat against previous releases
ivy"com.github.lolgab::mill-mima::0.1.0",
ivy"com.github.lolgab::mill-mima::0.1.1",
// generate test coverage data
ivy"de.tototec::de.tobiasroeser.mill.jacoco::0.0.4"
)
Expand Down