mirror of https://github.com/sbt/sbt.git
Migrate weaver group id to org.typelevel.
This commit is contained in:
parent
3241c0ca77
commit
d784515327
|
|
@ -1,3 +1,3 @@
|
||||||
ThisBuild / scalaVersion := "2.13.12"
|
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