Skip to content

Commit

Permalink
Update sbt-airframe to 23.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Feb 11, 2023
1 parent 3468859 commit c021e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rpc-examples/hello-rpc/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.2.3")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.2.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"

addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.2.3")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.2.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")

0 comments on commit c021e1b

Please sign in to comment.