Skip to content

Commit f337508

Browse files
Update decline to 2.5.0 (#131)
1 parent ea58b3a commit f337508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lazy val core = project.in(file("core"))
2121
buildInfoPackage := "com.lightbend.benchdb",
2222
libraryDependencies ++= Seq(
2323
"org.eclipse.jgit" % "org.eclipse.jgit" % "7.1.0.202411261347-r",
24-
"com.monovore" %% "decline" % "2.4.1",
24+
"com.monovore" %% "decline" % "2.5.0",
2525
"com.github.pathikrit" %% "better-files" % "3.9.2",
2626
"com.typesafe.slick" %% "slick" % "3.5.2",
2727
"com.mysql" % "mysql-connector-j" % "9.1.0" % "optional",

0 commit comments

Comments
 (0)