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" )