Skip to content

Commit

Permalink
Update sbt-airframe to 22.5.0 (#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 24, 2022
1 parent 89ab095 commit 1e69304
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
@@ -1,3 +1,3 @@
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.14")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "22.4.2")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "22.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
2 changes: 1 addition & 1 deletion examples/rpc-examples/rpc-scalajs/project/plugins.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "22.4.2")
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "22.5.0")
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 1e69304

Please sign in to comment.