Skip to content

Commit

Permalink
Update airframe, airframe-http, ... to 23.7.4 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot authored Jul 29, 2023
1 parent d202755 commit 6757f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
val SCALA_2_13 = "2.13.8"
val SCALA_3 = "3.3.0"

val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.7.3")
val AIRSPEC_VERSION = "23.7.3"
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.7.4")
val AIRSPEC_VERSION = "23.7.4"
val SCALAJS_DOM_VERSION = "2.4.0"
val TRINO_VERSION = "422"

Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

// ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.7.3")
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.7.4")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
Expand Down

0 comments on commit 6757f24

Please sign in to comment.