Skip to content

Commit

Permalink
Update coursier to 2.0.5 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 24, 2020
1 parent 2dd45b8 commit e4b20d9
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 @@ -114,7 +114,7 @@ lazy val interface = project

Settings.shared,
Settings.mima(),
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.3",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.5",

libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.5" % Test,
testFrameworks += new TestFramework("utest.runner.Framework"),
Expand Down

0 comments on commit e4b20d9

Please sign in to comment.