File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- val AIRFRAME_VERSION = " 23.2.1 "
1+ val AIRFRAME_VERSION = " 23.2.2 "
22ThisBuild / scalaVersion := " 2.13.10"
33
44// RPC API definition. This project should contain only RPC interfaces
Original file line number Diff line number Diff line change 11ThisBuild / libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % " always"
22
33addSbtPlugin(" org.xerial.sbt" % " sbt-pack" % " 0.17" )
4- addSbtPlugin(" org.wvlet.airframe" % " sbt-airframe" % " 23.2.1 " )
4+ addSbtPlugin(" org.wvlet.airframe" % " sbt-airframe" % " 23.2.2 " )
55addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.0" )
Original file line number Diff line number Diff line change 11Global / onChangedBuildSource := ReloadOnSourceChanges
22
3- val AIRFRAME_VERSION = " 23.2.1 "
3+ val AIRFRAME_VERSION = " 23.2.2 "
44ThisBuild / scalaVersion := " 2.13.10"
55
66lazy val rpcExample =
Original file line number Diff line number Diff line change 11ThisBuild / libraryDependencySchemes += " org.scala-lang.modules" %% " scala-xml" % " always"
22
3- addSbtPlugin(" org.wvlet.airframe" % " sbt-airframe" % " 23.2.1 " )
3+ addSbtPlugin(" org.wvlet.airframe" % " sbt-airframe" % " 23.2.2 " )
44addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.9.0" )
55addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2.0" )
66addSbtPlugin(" io.spray" % " sbt-revolver" % " 0.9.1" )
Original file line number Diff line number Diff line change 11Global / onChangedBuildSource := ReloadOnSourceChanges
22
3- val AIRFRAME_VERSION = " 23.2.1 "
3+ val AIRFRAME_VERSION = " 23.2.2 "
44ThisBuild / scalaVersion := " 2.13.10"
55
66lazy val gallery =
You can’t perform that action at this time.
0 commit comments