Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down