Skip to content

Commit

Permalink
Update mill-mima from 0.1.0 to 0.1.1 and cleanup setup (#10)
Browse files Browse the repository at this point in the history
Pull request: #10
  • Loading branch information
lefou authored May 30, 2024
1 parent db02172 commit 22209cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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

0 comments on commit 22209cf

Please sign in to comment.