Bump firrtl, json4s, and sbt (#1739)

This commit is contained in:
Jack Koenig 2018-12-13 18:45:10 -08:00 committed by GitHub
parent 6eac64c73a
commit e178d488fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ lazy val commonSettings = Seq(
traceLevel := 15, traceLevel := 15,
scalacOptions ++= Seq("-deprecation","-unchecked","-Xsource:2.11"), scalacOptions ++= Seq("-deprecation","-unchecked","-Xsource:2.11"),
libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value), libraryDependencies ++= Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value),
libraryDependencies ++= Seq("org.json4s" %% "json4s-jackson" % "3.5.3"), libraryDependencies ++= Seq("org.json4s" %% "json4s-jackson" % "3.6.1"),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full) addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)
) )

2
firrtl

@ -1 +1 @@
Subproject commit e86ccaf39ca8fc1c1d589c54b53b8c42cc890683 Subproject commit 50ba95fe05cc348496425733554be5fc7d797de1

View File

@ -1 +1 @@
sbt.version=1.1.1 sbt.version=1.2.7