From 89123c9f8c110811fbfe34d61b5c7c01697c9529 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Jul 2026 10:05:53 -0400 Subject: [PATCH] Update scalac-options to 0.1.11 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 684f6e01f4..4d7926e61f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -21,5 +21,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.4.4") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8") libraryDependencies ++= Seq( - "org.typelevel" %% "scalac-options" % "0.1.9" + "org.typelevel" %% "scalac-options" % "0.1.11" )