Thanks to visit codestin.com Credit goes to github.com
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 6a23d33 commit 05b16f0Copy full SHA for 05b16f0
build.sbt
@@ -42,7 +42,7 @@ val jolDep = "org.openjdk.jol" % "jol-core"
42
val asmDep = "org.scala-lang.modules" % "scala-asm" % versionProps("scala-asm.version")
43
val jlineDep = "org.jline" % "jline" % versionProps("jline.version") classifier "jdk8"
44
val testInterfaceDep = "org.scala-sbt" % "test-interface" % "1.0"
45
-val diffUtilsDep = "io.github.java-diff-utils" % "java-diff-utils" % "4.15"
+val diffUtilsDep = "io.github.java-diff-utils" % "java-diff-utils" % "4.16"
46
val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.10.8"
47
48
val projectFolder = settingKey[String]("subfolder in src when using configureAsSubproject, else the project name")
0 commit comments