We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e132d0 + 31ce6ca commit f0f2ce2Copy full SHA for f0f2ce2
build.sbt
@@ -141,7 +141,7 @@ lazy val scalajavatime = crossProject(JVMPlatform, JSPlatform)
141
.settings(commonSettings: _*)
142
.settings(
143
name := "scala-java-time",
144
- libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.0")
+ libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.1")
145
.withDottyCompat(scalaVersion.value)
146
)
147
.jsSettings(
0 commit comments