Merge pull request #8265 from zainab-ali/weaver-group-id

Migrate weaver group id to `org.typelevel`
This commit is contained in:
Seth Tisue 2025-09-18 07:40:39 -07:00 committed by GitHub
commit 3dfa840495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
ThisBuild / scalaVersion := "2.13.12"
libraryDependencies += "com.disneystreaming" %% "weaver-cats" % "0.8.3" % Test
libraryDependencies += "org.typelevel" %% "weaver-cats" % "0.10.1" % Test