Skip to content

0.2.0

Compare
Choose a tag to compare
@lorandszakacs lorandszakacs released this 11 Apr 08:58
· 9 commits to main since this release
4f6fdc8

breaking changes:

  • upgraded to pureharm-testkit 0.3.0` which replaces scalatest w/ munit.
  • you have to use testResource.test("name") in all your tests to be consistent w/ munit handling of resources.
  • DBTestSetup.flywayConfig now takes an implicit logger, should be source compatible. Updated to copy schema name from the db config by default. Since most likely it's wrong if the schema name is different between the two configs.

dependency upgrades