diff --git a/build.sbt b/build.sbt index 8e4a6041..82c9ea16 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val `sbt-scalajs-bundler` = .settings(commonSettings) .settings( description := "Module bundler for Scala.js projects", - libraryDependencies += "com.google.jimfs" % "jimfs" % "1.2", + libraryDependencies += "com.google.jimfs" % "jimfs" % "1.3.0", libraryDependencies += "com.typesafe.play" %% "play-json" % "2.9.4", addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion), buildInfoKeys := Seq[BuildInfoKey](version),