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 6.0.0


Group ID:
work.martins.simon
Artifact ID:
scala-expect_2.12
Version:
6.0.0
Release Date:
Nov 10, 2016
Licenses:
MIT
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>work.martins.simon</groupId>
  <artifactId>scala-expect_2.12</artifactId>
  <version>6.0.0</version>
</dependency>

compile group: 'work.martins.simon', name: 'scala-expect_2.12', version: '6.0.0'