From 7b0f7511d70c7d86c25ceba31651bf56aa3bc740 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jun 2024 13:46:06 +0000 Subject: [PATCH] Update portable-scala-reflect to 1.1.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4148aced..55a90a1b 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ val Version = new { } val expecty = "0.16.0" - val portableReflect = "1.1.2" + val portableReflect = "1.1.3" val junit = "4.13.2" val scalajsStubs = "1.1.0" val discipline = "1.5.1"