Skip to content

Commit 1d8522f

Browse files
committed
portable-scala-reflect 1.1.3
1 parent b7f1f45 commit 1d8522f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
140140
.settings(commonSettings)
141141
.settings(
142142
name := "scala-java-time",
143-
libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.2")
143+
libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.3")
144144
.cross(CrossVersion.for3Use2_13)
145145
)
146146
.jsSettings(

0 commit comments

Comments
 (0)