Skip to content

Commit

Permalink
Merge pull request #72 from alexarchambault/topic/argonaut-6.1a
Browse files Browse the repository at this point in the history
Switch to argonaut 6.1a
  • Loading branch information
alexarchambault authored Jun 19, 2016
2 parents 13460be + d6255a1 commit fffeed2
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 @@ -51,7 +51,7 @@ lazy val coreSettings = Seq(
name := coreName,
moduleName := coreName,
libraryDependencies ++= Seq(
"io.argonaut" %% "argonaut" % "6.1",
"io.argonaut" %% "argonaut" % "6.1a",
"com.chuusai" %% "shapeless" % shapelessVersion
)
)
Expand Down

0 comments on commit fffeed2

Please sign in to comment.