Skip to content

Commit

Permalink
Update coursier to 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 23, 2023
1 parent b68c379 commit bf92844
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 bf92844

Please sign in to comment.