From 581a07a84d4ba427bf837dd4657cc1452c3eea69 Mon Sep 17 00:00:00 2001 From: eikek-scala-steward Date: Wed, 15 Nov 2023 19:04:19 +0000 Subject: [PATCH] Update binny-core, binny-fs, binny-jdbc, ... to 0.11.0 --- project/Dependencies.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index dbf9d169..fecb203f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { val BcryptVersion = "0.4" val BetterMonadicForVersion = "0.3.1" - val BinnyVersion = "0.10.0" + val BinnyVersion = "0.11.0" val CalevVersion = "0.7.0" val CatsVersion = "2.7.0" val CatsEffectVersion = "3.5.2" diff --git a/project/plugins.sbt b/project/plugins.sbt index 923b44bf..beed6745 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") 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.1")