We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea58b3a commit f337508Copy full SHA for f337508
build.sbt
@@ -21,7 +21,7 @@ lazy val core = project.in(file("core"))
21
buildInfoPackage := "com.lightbend.benchdb",
22
libraryDependencies ++= Seq(
23
"org.eclipse.jgit" % "org.eclipse.jgit" % "7.1.0.202411261347-r",
24
- "com.monovore" %% "decline" % "2.4.1",
+ "com.monovore" %% "decline" % "2.5.0",
25
"com.github.pathikrit" %% "better-files" % "3.9.2",
26
"com.typesafe.slick" %% "slick" % "3.5.2",
27
"com.mysql" % "mysql-connector-j" % "9.1.0" % "optional",
0 commit comments