Skip to content

Commit

Permalink
Update sbt-scalafix to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman authored and Metastasis committed Mar 3, 2024
1 parent 1eca46e commit 4c13615
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions backend/.scalafix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ OrganizeImports {
]
expandRelative = true
importsOrder = SymbolsFirst
targetDialect = Auto
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.scalatest.TryValues
import org.scalatest.funsuite.AnyFunSuite
import org.scalatest.matchers.should.Matchers

import ru.tinkoff.tcb.bson.{TestEntity => _, _}
import ru.tinkoff.tcb.bson.{TestEntity as _, *}
import ru.tinkoff.tcb.bson.BsonEncoder.ops.*

class BsonDecoderSpec extends AnyFunSuite with Matchers with TryValues {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package ru.tinkoff.tcb.mockingbird.stream
import scala.util.control.NonFatal

import fs2.Stream
import io.circe.Error as CirceError
import io.circe.DecodingFailure
import io.circe.Error as CirceError
import io.circe.parser.parse
import mouse.all.optionSyntaxMouse
import mouse.boolean.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package ru.tinkoff.tcb.utils.transformation
import scala.util.control.TailCalls
import scala.util.control.TailCalls.TailRec

import io.circe.JsonNumber as JNumber
import io.circe.Json
import io.circe.JsonNumber as JNumber
import kantan.xpath.*
import mouse.boolean.*

Expand Down
2 changes: 1 addition & 1 deletion backend/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ addDependencyTreePlugin
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
Expand Down

0 comments on commit 4c13615

Please sign in to comment.