Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 9f17e77

Browse files
fommilktonga
authored andcommitted
upgrade dependencies (#57)
1 parent 8c2a011 commit 9f17e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/ProjectPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object ProjectKeys {
2626
"com.github.ghik" %% "silencer-lib" % silencerVersion % "provided"
2727
)
2828

29-
val specs2Version = "4.2.0"
29+
val specs2Version = "4.3.0"
3030

3131
def extraScalacOptions(scalaVersion: String) =
3232
CrossVersion.partialVersion(scalaVersion) match {
@@ -86,7 +86,7 @@ object ProjectPlugin extends AutoPlugin {
8686
// WORKAROUND https://github.com/ghik/silencer/issues/7
8787
scalacOptions -= "-Ywarn-dead-code",
8888
libraryDependencies ++= Seq(
89-
"org.scalaz" %% "scalaz-core" % "7.2.24",
89+
"org.scalaz" %% "scalaz-core" % "7.2.25",
9090
"org.specs2" %% "specs2-core" % specs2Version % "test",
9191
"org.specs2" %% "specs2-matcher-extra" % specs2Version % "test"
9292
)

0 commit comments

Comments
 (0)