Skip to content

Commit

Permalink
Merge pull request #156 from scala-steward/update/mariadb-java-client…
Browse files Browse the repository at this point in the history
…-3.3.0

Update mariadb-java-client to 3.3.0
  • Loading branch information
mergify[bot] authored Nov 10, 2023
2 parents 2b61da2 + d2313d7 commit fce59a4
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 @@ -44,7 +44,7 @@ libraryDependencies ++= {
"org.scala-lang.modules" %% "scala-async" % "1.0.1",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,

"org.mariadb.jdbc" % "mariadb-java-client" % "3.2.0"
"org.mariadb.jdbc" % "mariadb-java-client" % "3.3.0"
)
}

Expand Down

0 comments on commit fce59a4

Please sign in to comment.