Skip to content

Commit

Permalink
Dependency bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed May 7, 2021
1 parent 63136cf commit ff4a45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/build-buid.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libraryDependencies += "com.lihaoyi" %% "fastparse" % "2.3.2"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.12"
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.7.4"
libraryDependencies += "com.lihaoyi" %% "pprint" % "0.6.4"
libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.15"
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.7.6"
libraryDependencies += "com.lihaoyi" %% "pprint" % "0.6.5"
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.16"

scalacOptions += "-deprecation"

0 comments on commit ff4a45f

Please sign in to comment.