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 4.0.0


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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