Skip to content

Commit e3b7df8

Browse files
chore(deps): update dependency com.lihaoyi:geny to v1
1 parent f7abd32 commit e3b7df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sbt-test/sbt-sourcegraph/basic/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inThisBuild(
1111

1212
lazy val a = project
1313
.settings(
14-
libraryDependencies += "com.lihaoyi" %% "geny" % "0.6.10",
14+
libraryDependencies += "com.lihaoyi" %% "geny" % "1.1.1",
1515
libraryDependencies += "junit" % "junit" % "4.13.2"
1616
)
1717

0 commit comments

Comments
 (0)