We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcab335 commit 8044ab8Copy full SHA for 8044ab8
examples/rpc-examples/hello-rpc/project/plugins.sbt
@@ -1,5 +1,5 @@
1
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always"
2
3
-addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.17")
+addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.18")
4
addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.11.3")
5
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
project/plugin.sbt
@@ -35,7 +35,7 @@ addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.3")
35
36
// For JMH benchmark
37
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
38
39
40
scalacOptions ++= Seq("-deprecation", "-feature")
41
0 commit comments