Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 20, 2022
1 parent eafa704 commit 25081b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ lazy val root = (project in file("."))
"io.github.bonigarcia" % "webdrivermanager" % "5.1.1" % Test,
"org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.1.4" % Test,
// Test framework dependencies
"org.scalatest" %% "scalatest" % "3.1.2" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
"org.scalatest" %% "scalatest" % "3.1.2" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test
),
(Compile / PB.targets) := Seq(
scalapb.gen() -> (Compile / sourceManaged).value
Expand Down

0 comments on commit 25081b9

Please sign in to comment.