From 2137b75a5271b7a48c722eaa828e6342bcbbcb68 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 May 2026 18:15:25 +0000 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 c2453d62..1da50acf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6") libraryDependencies ++= Seq( "org.apache.avro" % "avro-compiler" % "1.11.5", - "org.typelevel" %% "scalac-options" % "0.1.9" + "org.typelevel" %% "scalac-options" % "0.1.11" )