Skip to content

Commit

Permalink
bump ScalaTest version
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 27, 2018
1 parent e7a4ed3 commit 42bde22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object Dependencies {
import BuildSettings._

val typesafeConfig = "com.typesafe" % "config" % "1.0.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.0.1" % Test
val scalatest = "org.scalatest" %% "scalatest" % "3.0.5" % Test

}

Expand Down

0 comments on commit 42bde22

Please sign in to comment.