Skip to content

Commit

Permalink
Upgrade to Scalameta 3.7.4 (#30)
Browse files Browse the repository at this point in the history
* FIX #25 Add more documentation and a test for nested types

* FIX #27 Upgrade to scalmaeta 3.7.4
  • Loading branch information
muuki88 authored Jun 2, 2018
1 parent cff770d commit c813fb0
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 @@ -9,7 +9,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"org.scalaj" %% "scalaj-http" % "2.3.0",
"org.scalameta" %% "scalameta" % "2.1.2",
"org.scalameta" %% "scalameta" % "3.7.4",
"org.scalatest" %% "scalatest" % "3.0.4" % Test
)

Expand Down

0 comments on commit c813fb0

Please sign in to comment.