Skip to content

Commit

Permalink
minor test dependency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timroberts committed Oct 21, 2017
1 parent 4b93792 commit 8cba983
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 @@ -5,4 +5,4 @@ lazy val root = (project in file(".")).
scalaVersion := "2.12.4"
)

libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % "test"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test

0 comments on commit 8cba983

Please sign in to comment.