Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update airframe, airframe-http, ... to 24.6.1 #476

Merged
merged 1 commit into from
Jun 19, 2024
Merged
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
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.6.0")
val AIRSPEC_VERSION = "24.6.0"
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "24.6.1")
val AIRSPEC_VERSION = "24.6.1"
val SCALAJS_DOM_VERSION = "2.4.0"
val TRINO_VERSION = "449"

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

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