lasering / scala-expect   6.0.0

MIT License GitHub

Invoke CLIs from Scala. Ensure they return what you Expect.

Scala versions: 2.12 2.11

scala-expect 2.2.0


Group ID:
work.martins.simon
Artifact ID:
scala-expect_2.11
Version:
2.2.0
Release Date:
Jun 1, 2016
Licenses:
MIT
Files:

libraryDependencies += "work.martins.simon" %% "scala-expect" % "2.2.0"

Mill build tool

ivy"work.martins.simon::scala-expect:2.2.0"

Scala CLI

//> using dep "work.martins.simon::scala-expect:2.2.0"

Ammonite REPL

import $ivy.`work.martins.simon::scala-expect:2.2.0`

<dependency>
  <groupId>work.martins.simon</groupId>
  <artifactId>scala-expect_2.11</artifactId>
  <version>2.2.0</version>
</dependency>

compile group: 'work.martins.simon', name: 'scala-expect_2.11', version: '2.2.0'