Skip to content

Commit

Permalink
Merge pull request #211 from scala-steward/update/coursier-2.1.8
Browse files Browse the repository at this point in the history
Update coursier to 2.1.8
  • Loading branch information
mergify[bot] authored Nov 23, 2023
2 parents b68c379 + bf92844 commit 322daa3
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 @@ -467,7 +467,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.7"
val coursier = ivy"io.get-coursier::coursier:2.1.8"
}

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

0 comments on commit 322daa3

Please sign in to comment.