Skip to content

Commit 05999e8

Browse files
authored
Merge pull request scalameta#2274 from tgodzik/update-geny
Update geny to 0.6.7
2 parents 7947a01 + 013c0d3 commit 05999e8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build.sbt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,16 +317,13 @@ lazy val testkit = project
317317
if (isScala213.value) List("org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.1")
318318
else Nil
319319
},
320-
libraryDependencies ++= {
321-
if (isScala211.value) List("com.lihaoyi" %% "geny" % "0.1.6")
322-
else List("com.lihaoyi" %% "geny" % "0.6.5")
323-
},
324320
libraryDependencies ++= Seq(
325321
"org.scalameta" %% "munit" % munitVersion,
326322
// These are used to download and extract a corpus tar.gz
327323
"org.rauschig" % "jarchivelib" % "1.1.0",
328324
"commons-io" % "commons-io" % "2.8.0",
329-
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0"
325+
"com.googlecode.java-diff-utils" % "diffutils" % "1.3.0",
326+
"com.lihaoyi" %% "geny" % "0.6.7"
330327
),
331328
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value % Test,
332329
testFrameworks := List(new TestFramework("munit.Framework")),

0 commit comments

Comments
 (0)