Skip to content

Commit

Permalink
Update borer to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 30, 2024
1 parent 10369c6 commit 44c2639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package io.renku.solr.client.schema

import io.bullet.borer.{Encoder, Writer}
import io.bullet.borer.NullOptions.*
import io.bullet.borer.NullOptions.given
import io.bullet.borer.derivation.MapBasedCodecs.deriveEncoder
import io.renku.solr.client.schema.SchemaCommand.Element

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
object V {
val avro = "1.11.1"
val avro4s = "5.0.9"
val borer = "1.13.0"
val borer = "1.14.0"
val catsCore = "2.10.0"
val catsEffect = "3.5.3"
val catsEffectMunit = "1.0.7"
Expand Down

0 comments on commit 44c2639

Please sign in to comment.