Skip to content

Commit f0f2ce2

Browse files
authored
Merge pull request #264 from scala-steward/update/portable-scala-reflect-1.1.1
2 parents 9e132d0 + 31ce6ca commit f0f2ce2

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
@@ -141,7 +141,7 @@ lazy val scalajavatime = crossProject(JVMPlatform, JSPlatform)
141141
.settings(commonSettings: _*)
142142
.settings(
143143
name := "scala-java-time",
144-
libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.0")
144+
libraryDependencies += ("org.portable-scala" %%% "portable-scala-reflect" % "1.1.1")
145145
.withDottyCompat(scalaVersion.value)
146146
)
147147
.jsSettings(

0 commit comments

Comments
 (0)