From fbe92aa169b42aaafe2a0efa915823b6995b217c Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Tue, 14 Nov 2023 12:05:16 +0000 Subject: [PATCH] Add hypersistence utils https://github.com/vladmihalcea/hypersistence-utils/issues/534 --- uc/og-definitions.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/uc/og-definitions.json b/uc/og-definitions.json index b51fabb..d6b6b43 100644 --- a/uc/og-definitions.json +++ b/uc/og-definitions.json @@ -1,6 +1,6 @@ { - "version": "34", - "date": "2023/11/11", + "version": "35", + "date": "2023/11/14", "migration": [ { "old": "acegisecurity", @@ -540,6 +540,10 @@ "old": "com.typesafe:slick-testkit_2.10", "new": "com.typesafe.slick:slick-testkit_2.10" }, + { + "old": "com.vladmihalcea", + "new": "io.hypersistence" + }, { "old": "com.wandrell.archetypes:library", "new": "com.wandrell.maven.archetypes:library"