diff --git a/project/plugins.sbt b/project/plugins.sbt index 39d09d98..c4e5ca64 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,5 +11,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") libraryDependencies ++= Seq( "org.apache.avro" % "avro-compiler" % "1.8.2", - "org.typelevel" %% "scalac-options" % "0.1.7" + "org.typelevel" %% "scalac-options" % "0.1.8" )