Skip to content

Commit

Permalink
revert scala-java-time build change
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Dec 1, 2024
1 parent c407f3f commit 8b5855c
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 @@ -545,7 +545,7 @@ lazy val readme =
lazy val `native-settings` = Seq(
fork := false,
bspEnabled := false,
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.6.0" % "provided"
)

lazy val `js-settings` = Seq(
Expand Down

0 comments on commit 8b5855c

Please sign in to comment.