Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Fix ScalaTest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Jun 21, 2019
1 parent 2296e3c commit efcf783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -20,7 +20,7 @@ lazy val notJavaTime = crossProject(JSPlatform)
moduleName := "not-java-time",
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.12.0-M3" % Test,
"org.scalatest" %%% "scalatest" % "3.0.8"
"org.scalatest" %%% "scalatest" % "3.0.8" % Test
)
)

Expand Down

0 comments on commit efcf783

Please sign in to comment.