We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6416d6a commit 0aca464Copy full SHA for 0aca464
project/deps/package.mill.scala
@@ -185,7 +185,7 @@ object Deps {
185
"org.jline" -> "jline-terminal-jna"
186
)
187
def jgit = ivy"org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r"
188
- def jimfs = ivy"com.google.jimfs:jimfs:1.3.0"
+ def jimfs = ivy"com.google.jimfs:jimfs:1.3.1"
189
def jmhGeneratorBytecode = ivy"org.openjdk.jmh:jmh-generator-bytecode:${Versions.jmh}"
190
def jmhCore = ivy"org.openjdk.jmh:jmh-core:${Versions.jmh}"
191
def jniUtils = ivy"io.get-coursier.jniutils:windows-jni-utils:0.3.3"
0 commit comments