Skip to content

Commit

Permalink
Update airframe, airframe-http, ... to 24.4.0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot authored Apr 9, 2024
1 parent 258d5a5 commit a0a5b3a
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,7 +1,7 @@
val SCALA_3 = IO.read(file("SCALA_VERSION")).trim

val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.3.0")
val AIRSPEC_VERSION = "24.3.0"
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.4.0")
val AIRSPEC_VERSION = "24.4.0"
val SCALAJS_DOM_VERSION = "2.4.0"
val TRINO_VERSION = "444"

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", "24.3.0")
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.4.0")

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

0 comments on commit a0a5b3a

Please sign in to comment.