Registry / testing / scalacheck-shapeless-1-13-2-11

scalacheck-shapeless-1-13-2-11

JSON →
library1.1.8javamavenunverified

Automatic ScalaCheck arbitrary derivation using Shapeless for Scala 2.11 and ScalaCheck 1.13.

<dependency> <groupId>com.github.alexarchambault</groupId> <artifactId>scalacheck-shapeless_1.13_2.11</artifactId> <version>1.1.8</version> </dependency>
INSTALL
IMPORT
SIG · SCALACHECK-SHAPELE
S
scalacheck-shapeless-1-13-2-11
testingjavav1.1.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ScalacheckShapeless
org.scalacheck.ScalacheckShapeless._

Demonstrates automatic Arbitrary derivation for case classes using shapeless.

import org.scalacheck.ScalacheckShapeless._ import org.scalacheck.Arbitrary case class Person(name: String, age: Int) object Example extends App { implicit val arbPerson: Arbitrary[Person] = implicitly println(arbPerson.arbitrary.sample) }
Debug
Known issues
breakingScala 2.11 is end-of-life; consider upgrading to Scala 2.12/2.13.
fix
Use a newer Scala version and corresponding scalacheck-shapeless artifact.
affects: <=1.1.8
Upgrade
Version history
1.1.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
scalacheck-shapeless-1-13-2-11 — mvn dependency:get scalacheck-shapeless-1-13-2-11 · libregistry