Skip to content

Commit

Permalink
Merge pull request #2134 from softwaremill/update/scalaz-concurrent-7…
Browse files Browse the repository at this point in the history
….2.36

Update scalaz-concurrent to 7.2.36
  • Loading branch information
mergify[bot] committed Apr 13, 2024
2 parents 3f5fa8a + d84f3d0 commit 494bded
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 @@ -498,7 +498,7 @@ lazy val scalaz = (projectMatrix in file("effects/scalaz"))
.settings(
name := "scalaz",
Test / publishArtifact := true,
libraryDependencies ++= Seq("org.scalaz" %% "scalaz-concurrent" % "7.2.35")
libraryDependencies ++= Seq("org.scalaz" %% "scalaz-concurrent" % "7.2.36")
)
.dependsOn(core % compileAndTest)
.jvmPlatform(
Expand Down

0 comments on commit 494bded

Please sign in to comment.