Skip to content

Commit

Permalink
mariadb-java-client: 3.2.0 -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Nov 12, 2023
1 parent 7498dd0 commit f48045a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ThisBuild / scalaVersion := "3.3.1"
ThisBuild / assembly / assemblyMergeStrategy := {
case "module-info.class" => MergeStrategy.first
case "META-INF/io.netty.versions.properties" => MergeStrategy.first
case "META-INF/versions/9/module-info.class" => MergeStrategy.first
case x =>
val oldStrategy = (assembly / assemblyMergeStrategy).value
oldStrategy(x)
Expand Down Expand Up @@ -43,7 +44,7 @@ lazy val producers =
libraryDependencies += "com.h2database" % "h2" % "2.2.224" % "test",
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % "test",
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % "test",
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "3.2.0",
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "3.3.0",
libraryDependencies += "org.jsoup" % "jsoup" % "1.16.2",
libraryDependencies += "org.ocpsoft.prettytime" % "prettytime" % "5.0.7.Final",
testFrameworks += new TestFramework(
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ in
pname = "sectery";
version = "1.0.0";

depsSha256 = "sha256-U7iMbRdVehtAIFHGr9r77/aMoQkbnLN1JaeIVeFm6sk=";
depsSha256 = "sha256-W6pqc4Y/37HhoWmX+eMliw34+kuOnn6MHBLmaEVNaH8=";

src = ./.;

Expand Down

0 comments on commit f48045a

Please sign in to comment.