Skip to content

Commit

Permalink
Revert "Drop direct dependency on portable-scala-reflect"
Browse files Browse the repository at this point in the history
This reverts commit 6b6d2dc.
  • Loading branch information
sideeffffect committed Jun 5, 2024
1 parent 6b6d2dc commit 5a5adf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.in(file("core"))
.settings(commonSettings)
.settings(
name := "scala-java-time"
name := "scala-java-time",
libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.3")
.cross(CrossVersion.for3Use2_13)
)
.jsSettings(
scalacOptions ++= {
Expand Down

0 comments on commit 5a5adf3

Please sign in to comment.