Skip to content

Commit

Permalink
Update mill-mima to 0.0.24 (#194)
Browse files Browse the repository at this point in the history
Pull request: #194
  • Loading branch information
scala-steward authored Jul 23, 2023
1 parent d066119 commit 7f22bf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// plugins
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
import $ivy.`com.github.lolgab::mill-mima::0.0.23`
import $ivy.`com.github.lolgab::mill-mima::0.0.24`

// imports
import mill._, scalalib._, scalanativelib._, publish._
Expand Down Expand Up @@ -56,7 +56,7 @@ trait MiMaChecks extends Mima {
}

trait OsLibModule
extends CrossScalaModule
extends CrossScalaModule
with PublishModule
with AcyclicModule
with SafeDeps
Expand Down Expand Up @@ -99,7 +99,7 @@ object os extends Module {
}

object native extends Cross[OsNativeModule](scalaVersions)
trait OsNativeModule extends OsModule with ScalaNativeModule{
trait OsNativeModule extends OsModule with ScalaNativeModule {
def scalaNativeVersion = "0.4.5"
object test extends ScalaNativeTests with OsLibTestModule {
def nativeLinkStubs = true
Expand Down

0 comments on commit 7f22bf8

Please sign in to comment.