Skip to content

Commit

Permalink
bump(test): jimfs 1.3.0 (was 1.2) (#3066)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 29, 2024
1 parent 26170f6 commit 3363fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ object Dependencies {

val File = Seq(
libraryDependencies ++= Seq(
"com.google.jimfs" % "jimfs" % "1.2" % Test // ApacheV2
"com.google.jimfs" % "jimfs" % "1.3.0" % Test // ApacheV2
)
)

Expand Down Expand Up @@ -437,7 +437,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-http-xml" % AkkaHttpVersion,
"software.amazon.awssdk" % "auth" % AwsSdk2Version,
// in-memory filesystem for file related tests
"com.google.jimfs" % "jimfs" % "1.2" % Test, // ApacheV2
"com.google.jimfs" % "jimfs" % "1.3.0" % Test, // ApacheV2
"com.github.tomakehurst" % "wiremock-jre8" % "3.0.1" % Test // ApacheV2
)
)
Expand Down

0 comments on commit 3363fee

Please sign in to comment.