Skip to content

Commit

Permalink
Merge pull request #677 from typelevel/update/coursier-2.1.9
Browse files Browse the repository at this point in the history
Update coursier to 2.1.9
  • Loading branch information
armanbilge committed Feb 24, 2024
2 parents 63ea814 + d3564f7 commit 28ca81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Compile / unmanagedResourceDirectories ++= modules.map { module =>
}

libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "2.1.8"
"io.get-coursier" %% "coursier" % "2.1.9"
)

0 comments on commit 28ca81e

Please sign in to comment.