Skip to content

Commit 6b6d2dc

Browse files
committed
Drop direct dependency on portable-scala-reflect
1 parent 7d2291c commit 6b6d2dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

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

0 commit comments

Comments
 (0)