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 97b97f5 commit b99932eCopy full SHA for b99932e
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.0.0",
15
libraryDependencies += "junit" % "junit" % "4.13.2"
16
)
17
0 commit comments