Skip to content

Commit

Permalink
Fix sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernet committed Jun 14, 2024
1 parent 200db53 commit 3a2f901
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ enablePlugins(GatlingPlugin)
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % "always"

// For Scalafix basic stuff to work
ThisBuild / scalafixScalaBinaryVersion :=
CrossVersion.binaryScalaVersion(scalaVersion.value)

libraryDependencies +=
"ch.epfl.scala" %% "scalafix-core" % _root_.scalafix.sbt.BuildInfo.scalafixVersion % ScalafixConfig

Expand Down

0 comments on commit 3a2f901

Please sign in to comment.