Skip to content

Commit

Permalink
Update tofu (0.10.8 -> 0.11.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Dec 20, 2022
1 parent 0bc13f3 commit fe30f04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import com.github.dwickern.macros.NameOf.*
import derevo.circe.decoder
import derevo.circe.encoder
import derevo.derive
import glass.Contains
import glass.Property
import glass.Subset
import glass.macros.GenContains
import glass.macros.GenSubset
import io.circe.Json
import sttp.tapir.derevo.schema
import sttp.tapir.generic.Configuration as TapirConfig
import tofu.optics.Contains
import tofu.optics.Property
import tofu.optics.Subset
import tofu.optics.macros.GenContains
import tofu.optics.macros.GenSubset

import ru.tinkoff.tcb.bson.annotation.BsonDiscriminator
import ru.tinkoff.tcb.bson.derivation.bsonDecoder
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package ru.tinkoff.tcb.utils.id

import glass.Equivalent
import io.circe.*
import net.ceedubs.ficus.readers.ValueReader
import shapeless.tag
import shapeless.tag.@@
import sttp.tapir.Schema
import tofu.logging.Loggable
import tofu.optics.Equivalent

import ru.tinkoff.tcb.bson.*
import ru.tinkoff.tcb.generic.PropSubset
Expand Down
4 changes: 1 addition & 3 deletions backend/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ object Dependencies {
).map("com.softwaremill.sttp.tapir" %% _ % Versions.tapir)

val tofu = Seq(
"tofu-optics-core",
"tofu-optics-macro",
"tofu-logging",
"tofu-logging-structured",
"tofu-logging-derivation"
).map("tf.tofu" %% _ % "0.10.8")
).map("tf.tofu" %% _ % "0.11.1")

val alleycats = Seq(
"alleycats-core"
Expand Down

0 comments on commit fe30f04

Please sign in to comment.