Skip to content

Commit

Permalink
fix warnings (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 11, 2024
1 parent a88602e commit a5a0c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ lazy val root = (project in file(".")).settings(
libraryDependencies += {
Defaults.sbtPluginExtra(
"com.earldouglas" % "xsbt-web-plugin" % "4.2.5",
(sbtBinaryVersion in pluginCrossBuild).value,
(scalaBinaryVersion in pluginCrossBuild).value
(pluginCrossBuild / sbtBinaryVersion).value,
(pluginCrossBuild / scalaBinaryVersion).value
)
},
publishTo := {
Expand Down

0 comments on commit a5a0c0b

Please sign in to comment.