Skip to content

Commit

Permalink
Update portable-scala-reflect to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 31, 2024
1 parent fb23874 commit f14147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ lazy val minitest = crossProject(JVMPlatform, JSPlatform).in(file("."))
)
),
libraryDependencies +=
"org.portable-scala" %%% "portable-scala-reflect" % "1.1.1" cross CrossVersion.for3Use2_13
"org.portable-scala" %%% "portable-scala-reflect" % "1.1.3" cross CrossVersion.for3Use2_13
)
.jvmSettings(
libraryDependencies += "org.scala-sbt" % "test-interface" % "1.0",
Expand Down

0 comments on commit f14147d

Please sign in to comment.