Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #172 from scala-steward/update/commons-dbutils-1.8.1
Browse files Browse the repository at this point in the history
Update commons-dbutils to 1.8.1
  • Loading branch information
samueltardieu authored Sep 18, 2023
2 parents 7cc9ccb + 7af37c0 commit 796e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv"

lazy val mysql =
Seq(libraryDependencies ++= Seq("org.apache.commons" % "commons-dbcp2" % "2.9.0",
"commons-dbutils" % "commons-dbutils" % "1.7",
"commons-dbutils" % "commons-dbutils" % "1.8.1",
"com.mysql" % "mysql-connector-j" % "8.1.0"))

lazy val scalaz = Seq(libraryDependencies += "org.scalaz" %% "scalaz-core" % "7.3.7")
Expand Down

0 comments on commit 796e6fb

Please sign in to comment.