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 1.11.0


Group ID:
work.martins.simon
Artifact ID:
scala-expect_2.11
Version:
1.11.0
Release Date:
May 9, 2016
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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