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 f7abd32 commit e3b7df8Copy full SHA for e3b7df8
src/sbt-test/sbt-sourcegraph/basic/build.sbt
@@ -11,7 +11,7 @@ inThisBuild(
11
12
lazy val a = project
13
.settings(
14
- libraryDependencies += "com.lihaoyi" %% "geny" % "0.6.10",
+ libraryDependencies += "com.lihaoyi" %% "geny" % "1.1.1",
15
libraryDependencies += "junit" % "junit" % "4.13.2"
16
)
17
0 commit comments