-
amadeusitgroup/sbt-release-notes 0.0.5
An sbt plugin to automatically update the release notes file.
Scala versions: 2.12sbt plugins: 1.x -
thoughtworksinc/constructor.scala 4.1.0
Mixin classes and traits dynamically
Scala versions: 2.12 2.11Scala.js versions: 0.6 -
anicolaspp/minikaf 1.0.0
Minikaf is a minimal implementation of Publish / Subscriber for in memory communication.
Scala versions: 2.12 -
cmhteixeira/typed-list 2.0.0
A linked list with compile time size.
Scala versions: 2.13 2.12 2.11 -
apache/pekko-persistence-cassandra 1.1.0
A replicated Apache Pekko Persistence journal backed by Apache Cassandra
Scala versions: 3.x 2.13 2.12 -
databeans/lighthouse 0.1.0
Shed light on your data layout in order to monitor the health of your Lakehouse tables and identify when data maintenance operations should be performed.
Scala versions: 2.12 -
chocpanda/scalacheck-magnolia 0.6.0
Scalacheck Arbitrary type class derivation using magnolia
Scala versions: 2.13 2.12 -
s-mach/s_mach.datadiff 1.1.1
s_mach.datadiff is an open-source data difference engine for Scala. Implementations of the DataDiff type-class are provided which can compute the difference between all data types, Option, Set, Seq, and Map and all tuple classes. An implementation for any case case class (or other type that can be represented as a struct type) can be generated at compile-time by the mkDataDiff macro method. The difference between any two instances is stored as a patch type, which can be user-defined per type. Patches can be applied to instances of the original type to propagate computed changes. All provided DataDiff implementations are 100% strongly-typed and use absolutely no runtime reflection.
Scala versions: 2.12 2.11