Skip to content

Commit 5a5adf3

Browse files
committed
Revert "Drop direct dependency on portable-scala-reflect"
This reverts commit 6b6d2dc.
1 parent 6b6d2dc commit 5a5adf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

+3-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
143143
.in(file("core"))
144144
.settings(commonSettings)
145145
.settings(
146-
name := "scala-java-time"
146+
name := "scala-java-time",
147+
libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.3")
148+
.cross(CrossVersion.for3Use2_13)
147149
)
148150
.jsSettings(
149151
scalacOptions ++= {

0 commit comments

Comments
 (0)