Skip to content

Commit e1b649c

Browse files
authored
Merge pull request #11 from yokra9/update/scalatest-3.2.14
Update scalatest to 3.2.14
2 parents 3e99a94 + b2d84d9 commit e1b649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libraryDependencies ++= Seq(
77
"com.typesafe.akka" %% "akka-http" % "10.2.10",
88
"ch.qos.logback" % "logback-classic" % "1.4.3",
99
"org.scalactic" %% "scalactic" % "3.2.14",
10-
"org.scalatest" %% "scalatest" % "3.2.13" % Test
10+
"org.scalatest" %% "scalatest" % "3.2.14" % Test
1111
)
1212

1313
enablePlugins(JavaAppPackaging)

0 commit comments

Comments
 (0)