Skip to content

Commit

Permalink
Upgrade to 0.5.5 (Disallow shadowing)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcgrue committed Apr 13, 2015
1 parent ce41be9 commit a1a119a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following to your project file:

```scala
libraryDependencies ++= Seq(
"org.scaladci" %% "scaladci" % "0.5.4"
"org.scaladci" %% "scaladci" % "0.5.5"
),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0-M5" cross CrossVersion.full)
```
4 changes: 2 additions & 2 deletions project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ object ScalaDciDemoBuild extends Build {

lazy val commonSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "org.scaladci",
version := "0.5.4",
version := "0.5.5",
scalaVersion := "2.11.6",
scalacOptions := Seq("-unchecked", "-deprecation", "-feature"),
resolvers ++= Seq(Resolver.sonatypeRepo("releases"), Resolver.sonatypeRepo("snapshots")),
libraryDependencies ++= Seq(
"org.scaladci" %% "scaladci" % "0.5.4"
"org.scaladci" %% "scaladci" % "0.5.5"
),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0-M5" cross CrossVersion.full)
)
Expand Down

0 comments on commit a1a119a

Please sign in to comment.