Skip to content

Commit

Permalink
Merge pull request #60 from 0x1997/patch-1
Browse files Browse the repository at this point in the history
Update coursier version
  • Loading branch information
pauldraper authored Nov 6, 2017
2 parents cd2919a + 1f63020 commit 43928bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbt-scalafmt-coursier/build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
description := "Replaces ivy2 resolution for sbt-scalafmt with coursier"

libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "1.0.0-RC11",
"io.get-coursier" %% "coursier-cache" % "1.0.0-RC11"
"io.get-coursier" %% "coursier" % "1.0.0-RC13",
"io.get-coursier" %% "coursier-cache" % "1.0.0-RC13"
)

sbtPlugin := true

0 comments on commit 43928bc

Please sign in to comment.