@@ -104,7 +104,7 @@ To activate, simply click 'Yes' on the extensions popup, after adding any of the
104104
105105### [ Cats] ( https://github.com/typelevel/cats )
106106``` sbt
107- libraryDependencies += " org.manatki " %% " derevo-cats" % " latest version in badge"
107+ libraryDependencies += " tf.tofu " %% " derevo-cats" % " latest version in badge"
108108```
109109
110110``` scala
@@ -134,7 +134,7 @@ assert(Monoid[Foo].empty == Foo("", 0))
134134
135135### [ Cats Tagless] ( https://github.com/typelevel/cats-tagless )
136136``` sbt
137- libraryDependencies += " org.manatki " %% " derevo-cats-tagless" % " latest version in badge"
137+ libraryDependencies += " tf.tofu " %% " derevo-cats-tagless" % " latest version in badge"
138138```
139139
140140``` scala
@@ -146,7 +146,7 @@ import derevo.tagless.{functor, flatMap, invariant, contravariant, functorK, inv
146146
147147### [ Tethys] ( https://github.com/tethys-json/tethys )
148148``` sbt
149- libraryDependencies += " org.manatki " %% " derevo-tethys" % " latest version in badge"
149+ libraryDependencies += " tf.tofu " %% " derevo-tethys" % " latest version in badge"
150150```
151151
152152``` scala
@@ -169,7 +169,7 @@ assert("""{"stringName":"Elya","integerAge":32}""".jsonAs[Bar] == Right(Bar("Ely
169169
170170### [ Circe] ( https://github.com/circe/circe )
171171``` sbt
172- libraryDependencies += " org.manatki " %% " derevo-circe" % " latest version in badge"
172+ libraryDependencies += " tf.tofu " %% " derevo-circe" % " latest version in badge"
173173```
174174
175175``` scala
@@ -189,7 +189,7 @@ assert(parse("""{"stringName":"WWW","integerAge":20}""").flatMap(_.as[Bar]) == R
189189
190190### [ Circe Magnolia] ( https://github.com/circe/circe-magnolia )
191191``` sbt
192- libraryDependencies += " org.manatki " %% " derevo-circe-magnolia" % " latest version in badge"
192+ libraryDependencies += " tf.tofu " %% " derevo-circe-magnolia" % " latest version in badge"
193193```
194194
195195``` scala
@@ -232,7 +232,7 @@ object SealedTrait {
232232
233233### [ Ciris] ( https://github.com/vlovgr/ciris ) + ` HOCON `
234234``` sbt
235- libraryDependencies += " org.manatki " %% " derevo-ciris" % " latest version in badge"
235+ libraryDependencies += " tf.tofu " %% " derevo-ciris" % " latest version in badge"
236236```
237237
238238``` scala
@@ -272,7 +272,7 @@ assert(source.load[IO].unsafeRunSync() == DataConfig("AAA", List("pub", "home",
272272
273273### [ PureConfig] ( https://github.com/pureconfig/pureconfig )
274274``` sbt
275- libraryDependencies += " org.manatki " %% " derevo-pureconfig" % " latest version in badge"
275+ libraryDependencies += " tf.tofu " %% " derevo-pureconfig" % " latest version in badge"
276276```
277277
278278``` scala
@@ -307,7 +307,7 @@ assert(parsed.map(_.toConfig.atPath("data").getConfig("data")) == Right(raw))
307307
308308### [ TypedSchema] ( https://github.com/TinkoffCreditSystems/typed-schema )
309309``` sbt
310- libraryDependencies += " org.manatki " %% " derevo-tschema" % " latest version in badge"
310+ libraryDependencies += " tf.tofu " %% " derevo-tschema" % " latest version in badge"
311311```
312312
313313``` scala
@@ -319,7 +319,7 @@ import derevo.tschema.{swagger, openapiParam, httpParam}
319319
320320### [ RMongo] ( https://github.com/tc/RMongo )
321321``` sbt
322- libraryDependencies += " org.manatki " %% " derevo-rmongo" % " latest version in badge"
322+ libraryDependencies += " tf.tofu " %% " derevo-rmongo" % " latest version in badge"
323323```
324324
325325``` scala
@@ -331,7 +331,7 @@ import derevo.reactivemongo.{bsonDocumentReader, bsonDocumentWriter}
331331
332332### [ Scalacheck] ( https://github.com/typelevel/scalacheck )
333333``` sbt
334- libraryDependencies += " org.manatki " %% " derevo-scalacheck" % " latest version in badge" % Test
334+ libraryDependencies += " tf.tofu " %% " derevo-scalacheck" % " latest version in badge" % Test
335335```
336336
337337``` scala
0 commit comments