Skip to content

Commit

Permalink
move webpack version declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
halotukozak committed Oct 3, 2023
1 parent 121e7f1 commit 1ddf89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ val commonSettings = Seq(
"-Ycache-plugin-class-loader:last-modified",
"-Ycache-macro-class-loader:last-modified",
),
webpack / version := "5.75.0"
)

val commonJSSettings = Seq(
Expand All @@ -34,6 +33,7 @@ val commonJSSettings = Seq(
val githubDir = "https://raw.githubusercontent.com/UdashFramework/scala-js-jquery"
s"-P:scalajs:mapSourceURI:$localDir->$githubDir/v${version.value}/"
},
webpack / version := "5.75.0", // TODO: can be removed when sbt-scalajs-bundler > 0.21.1
)

val deploymentConfiguration = Seq(
Expand Down

0 comments on commit 1ddf89a

Please sign in to comment.