Skip to content

Commit

Permalink
Update discipline-scalatest to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 12, 2024
1 parent 6d44506 commit f83b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val `collection-compat` = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.17"
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.2"
val discipline = "org.typelevel" %% "discipline-scalatest" % "2.2.0"
val discipline = "org.typelevel" %% "discipline-scalatest" % "2.3.0"

object Kafka {
private val version = "3.4.0"
Expand Down

0 comments on commit f83b78a

Please # to comment.