From 81776dd59650e8a642baf0d555a89412cab2b606 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Wed, 7 Jun 2023 16:11:38 +0000 Subject: [PATCH] Update sbt-airframe to 23.5.7 --- build.sbt | 2 +- project/plugin.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c1ed7200..bad1f747 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ val SCALA_2_12 = "2.12.12" val SCALA_2_13 = "2.13.10" val targetScalaVersions = SCALA_2_13 :: Nil -val AIRFRAME_VERSION = "22.11.1" +val AIRFRAME_VERSION = "23.5.7" val SCALAJS_DOM_VERSION = "2.4.0" val SPARK_VERSION = "3.0.1" val TRINO_VERSION = "405" diff --git a/project/plugin.sbt b/project/plugin.sbt index 27cfd923..277f865c 100644 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -6,7 +6,7 @@ addDependencyTreePlugin ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-parser-combinators" % "always" -val AIRFRAME_VERSION = "22.11.1" +val AIRFRAME_VERSION = "23.5.7" addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.15") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")