This is a small library for including dependency injected time and id providers. For use in test, where you need to control the clock.
libraryDependencies += "com.github.shafiquejamal" %% "utils-test" % "0.0.5" % Test
Implementations of TimeProvider and UUIDProvider for use in tests.