Skip to content

Commit a0aa42d

Browse files
authored
Merge pull request #373 from scala-steward/update/portable-scala-reflect-1.1.2
Update portable-scala-reflect to 1.1.2
2 parents 94fb397 + 7902d6c commit a0aa42d

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
@@ -158,7 +158,7 @@ lazy val scalajavatime = crossProject(JVMPlatform, JSPlatform, NativePlatform)
158158
.settings(commonSettings: _*)
159159
.settings(
160160
name := "scala-java-time",
161-
libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.1")
161+
libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.2")
162162
.cross(CrossVersion.for3Use2_13)
163163
)
164164
.jsSettings(

0 commit comments

Comments
 (0)