Skip to content

Commit

Permalink
Merge pull request #181 from scala-steward/update/coursier-2.1.6
Browse files Browse the repository at this point in the history
Update coursier to 2.1.6
  • Loading branch information
mergify[bot] authored Aug 25, 2023
2 parents 9ddf5b8 + 6780a1a commit 27f90dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ object Deps {
ivy"com.thesamet.scalapb::compilerplugin:$version"
val protocCache = ivy"com.thesamet.scalapb::protoc-cache-coursier:0.9.6"
}
val coursier = ivy"io.get-coursier::coursier:2.1.5"
val coursier = ivy"io.get-coursier::coursier:2.1.6"
}

case class ScalaVersion(maj: Int, min: Int, patch: Int)
Expand Down

0 comments on commit 27f90dc

Please sign in to comment.