diff --git a/build.sbt b/build.sbt index 7c42358b..c40c9b85 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val versions = new { val log4j = "2.17.0" val disruptor = "3.4.4" val scribe = "3.5.5" - val perfolation = "1.2.8" + val perfolation = "1.2.10" val jsoniter = "2.12.1" } @@ -262,7 +262,6 @@ lazy val scalac212Options = Seq( "-Ywarn-unused:privates" // Warn if a private member is unused. ) - lazy val scalac213Options = Seq( "-Werror", "-Wdead-code",