mirror of https://github.com/sbt/sbt.git
Merge pull request #8265 from zainab-ali/weaver-group-id
Migrate weaver group id to `org.typelevel`
This commit is contained in:
commit
3dfa840495
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue