Skip to content

Commit 0f9260d

Browse files
authored
Merge pull request #36 from SolalPirelli/solal/deps-update
Update dependencies
2 parents cd9a679 + e43c689 commit 0f9260d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ lazy val `scalajs-js-envs-test-kit` = project
119119
.settings(
120120
commonSettings,
121121
libraryDependencies ++= Seq(
122-
"com.google.jimfs" % "jimfs" % "1.1",
122+
"com.google.jimfs" % "jimfs" % "1.3.1",
123123
"junit" % "junit" % "4.12",
124124
"com.novocode" % "junit-interface" % "0.11" % "test"
125125
),
@@ -131,7 +131,7 @@ lazy val `scalajs-env-nodejs` = project
131131
.settings(
132132
commonSettings,
133133
libraryDependencies ++= Seq(
134-
"com.google.jimfs" % "jimfs" % "1.1",
134+
"com.google.jimfs" % "jimfs" % "1.3.1",
135135
"com.novocode" % "junit-interface" % "0.11" % "test"
136136
),
137137
)

0 commit comments

Comments
 (0)