Skip to content

Commit

Permalink
Update scalac-options to 0.1.7 (#5454)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 19, 2024
1 parent aed0766 commit 75f9cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
val avroVersion = sys.props.get("avro.version").getOrElse("1.11.3")
libraryDependencies ++= Seq(
"org.apache.avro" % "avro-compiler" % avroVersion,
"org.typelevel" %% "scalac-options" % "0.1.5"
"org.typelevel" %% "scalac-options" % "0.1.7"
)

0 comments on commit 75f9cd1

Please sign in to comment.