From 85f90170aac7cf0cb3fd7eca4b5626a2be68a25b Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 00:45:23 +0000 Subject: [PATCH] Update scalac-compat-annotation to 0.1.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2313adb..6d12897 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val core = crossProject(JVMPlatform, /*JSPlatform,*/ NativePlatform) tlFatalWarnings.value && !tlIsScala3.value }, libraryDependencies ++= Seq( - "org.typelevel" %% "scalac-compat-annotation" % "0.1.4", + "org.typelevel" %% "scalac-compat-annotation" % "0.1.5", "org.typelevel" %%% "cats-effect-std" % CatsEffectVersion, "org.typelevel" %%% "cats-effect" % CatsEffectVersion % Test, "org.typelevel" %%% "munit-cats-effect" % "2.2.0" % Test