From 7902d6c9d149d4e5d1eaf19e235586f0af4818b3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Apr 2022 18:13:06 +0200 Subject: [PATCH] Update portable-scala-reflect to 1.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 298bb6e47..599a02713 100644 --- a/build.sbt +++ b/build.sbt @@ -158,7 +158,7 @@ lazy val scalajavatime = crossProject(JVMPlatform, JSPlatform, NativePlatform) .settings(commonSettings: _*) .settings( name := "scala-java-time", - libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.1") + libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.2") .cross(CrossVersion.for3Use2_13) ) .jsSettings(