Skip to content

Commit

Permalink
Merge e1db614 into de43920
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 1, 2021
2 parents de43920 + e1db614 commit 5c9cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ libraryDependencies ++=
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.0",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided",
"org.scalactic" %% "scalactic" % "3.2.9" % "test",
"org.scalatest" %% "scalatest" % "3.2.3" % "test"
"org.scalatest" %% "scalatest" % "3.2.9" % "test"
)

scalafmtOnCompile := true
Expand Down

0 comments on commit 5c9cefd

Please sign in to comment.