From 9e3e9622a5358edd48af9837edd19d1e37166516 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 19 May 2026 15:23:22 +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 f0bd84a..f06893f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,4 +5,4 @@ addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.5.7") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") // https://github.com/typelevel/sbt-tpolecat/issues/291 -libraryDependencies += "org.typelevel" %% "scalac-options" % "0.1.10" +libraryDependencies += "org.typelevel" %% "scalac-options" % "0.1.11"