Skip to content

Commit

Permalink
Fixed deprecation warnings in BuildCommons.scala.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Sep 25, 2023
1 parent 783f4e5 commit f6d8b2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/BuildCommons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ trait BuildCommons {
organization := "org.scalatest",
libraryDependencies ++= nativeCrossBuildLibraryDependencies.value,
// libraryDependencies += "io.circe" %%% "circe-parser" % "0.7.1" % "test",
fork in test := false,
nativeLinkStubs in Test := true,
nativeDump in Test := false,
testOptions in Test := scalatestTestJSNativeOptions,
Test / fork := false,
Test / nativeLinkStubs := true,
Test / nativeDump := false,
Test / testOptions := scalatestTestJSNativeOptions,
publishArtifact := false,
publish := {},
publishLocal := {}
Expand Down

0 comments on commit f6d8b2d

Please sign in to comment.