Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 7, 2023
1 parent 8934a17 commit c898f38
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 @@ -15,7 +15,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")
libraryDependencies ++= Seq(
"org.scaldi" %% "scaldi" % "0.6.2",
"javax.inject" % "javax.inject" % "1",
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
"javax.inject" % "javax.inject-tck" % "1" % Test
)
Expand Down

0 comments on commit c898f38

Please sign in to comment.