lightbend / mima   1.1.3

Contributors Wanted Apache License 2.0 GitHub

A tool for catching binary incompatibility in Scala

Scala versions: 3.x 2.13 2.12 2.10
Scala Native versions: 0.4
sbt plugins: 1.0

mima-core 0.6.0


Group ID:
com.typesafe
Artifact ID:
mima-core_2.12
Version:
0.6.0
Release Date:
Aug 22, 2019
Licenses:
Files:

libraryDependencies += "com.typesafe" %% "mima-core" % "0.6.0"

Mill build tool

ivy"com.typesafe::mima-core:0.6.0"

Scala CLI

//> using dep "com.typesafe::mima-core:0.6.0"

Ammonite REPL

import $ivy.`com.typesafe::mima-core:0.6.0`

<dependency>
  <groupId>com.typesafe</groupId>
  <artifactId>mima-core_2.12</artifactId>
  <version>0.6.0</version>
</dependency>

compile group: 'com.typesafe', name: 'mima-core_2.12', version: '0.6.0'