There was an error while loading. Please reload this page.
2 parents cd9a679 + e43c689 commit 0f9260dCopy full SHA for 0f9260d
1 file changed
build.sbt
@@ -119,7 +119,7 @@ lazy val `scalajs-js-envs-test-kit` = project
119
.settings(
120
commonSettings,
121
libraryDependencies ++= Seq(
122
- "com.google.jimfs" % "jimfs" % "1.1",
+ "com.google.jimfs" % "jimfs" % "1.3.1",
123
"junit" % "junit" % "4.12",
124
"com.novocode" % "junit-interface" % "0.11" % "test"
125
),
@@ -131,7 +131,7 @@ lazy val `scalajs-env-nodejs` = project
131
132
133
134
135
136
137
)
0 commit comments