Skip to content

Commit

Permalink
Merge pull request #1247 from eikek/update/binny-core-0.11.0
Browse files Browse the repository at this point in the history
Update binny-core, binny-fs, binny-jdbc, ... to 0.11.0
  • Loading branch information
mergify[bot] authored Nov 15, 2023
2 parents ac57ee8 + 648a493 commit 7bd0045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {

val BcryptVersion = "0.4"
val BetterMonadicForVersion = "0.3.1"
val BinnyVersion = "0.10.0"
val BinnyVersion = "0.11.0"
val CirceVersion = "0.14.6"
val ClipboardJsVersion = "2.0.11"
val DoobieVersion = "1.0.0-RC4"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.10.0")
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
//addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") //unfortunately, sbt-microsite pulls in a very old version, not compatible
Expand Down

0 comments on commit 7bd0045

Please sign in to comment.