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 #224 from 100km/renovate/org.scalaz-scalaz-core-7.x
Browse files Browse the repository at this point in the history
Update dependency org.scalaz:scalaz-core to v7.3.8
  • Loading branch information
renovate[bot] authored Nov 11, 2023
2 parents 5bcd002 + 810f12d commit 56d3c26
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 @@ lazy val mysql =
"commons-dbutils" % "commons-dbutils" % "1.8.1",
"com.mysql" % "mysql-connector-j" % "8.2.0"))

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

lazy val common = Defaults.coreDefaultSettings ++ assemble ++
Seq(scalaVersion := "2.13.12",
Expand Down

0 comments on commit 56d3c26

Please sign in to comment.