Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #285 from scala-steward/update/better-tostring-0.3.5
Browse files Browse the repository at this point in the history
Update better-tostring to 0.3.5
  • Loading branch information
mergify[bot] authored Jul 12, 2021
2 parents f7f7cb2 + 614b129 commit f94fc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def crossPlugin(x: sbt.librarymanagement.ModuleID) =
val compilerPlugins = List(
crossPlugin("org.typelevel" % "kind-projector" % "0.13.0"),
crossPlugin("com.github.cb372" % "scala-typed-holes" % "0.1.9"),
crossPlugin("com.kubukoz" % "better-tostring" % "0.3.3"),
crossPlugin("com.kubukoz" % "better-tostring" % "0.3.5"),
compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
)

Expand Down Expand Up @@ -117,7 +117,7 @@ lazy val bootstrap = project
"com.softwaremill.sttp.client3" %% "core" % "3.3.9",
"com.softwaremill.sttp.client3" %% "circe" % "3.3.9",
"io.circe" %% "circe-core" % "0.14.1",
crossPlugin("com.kubukoz" % "better-tostring" % "0.3.3")
crossPlugin("com.kubukoz" % "better-tostring" % "0.3.5")
),
publish / skip := true,
// Compile / mainClass := Some("org.polyvariant.Main"),
Expand Down

0 comments on commit f94fc96

Please sign in to comment.