diff --git a/uc/og-definitions.json b/uc/og-definitions.json index 5924474..b9d4031 100644 --- a/uc/og-definitions.json +++ b/uc/og-definitions.json @@ -1,5 +1,5 @@ { - "date": "2024/08/20", + "date": "2024/09/10", "migration": [ { "old": "acegisecurity", @@ -560,6 +560,11 @@ "old": "com.typesafe:slick-testkit_2.10", "new": "com.typesafe.slick:slick-testkit_2.10" }, + { + "old": "com.typesafe.play", + "new": "org.playframework", + "context": "With Play 3.0, we changed the groupId from com.typesafe.play to org.playframework to emphasize that Play is fully community-driven." + }, { "old": "com.vladmihalcea", "new": "io.hypersistence"