Skip to content

Commit

Permalink
Merge pull request #300 from eatkins/bump-swoval
Browse files Browse the repository at this point in the history
Bump swoval version
  • Loading branch information
eed3si9n authored Aug 24, 2020
2 parents 8d0201d + 2d48c2d commit 7f67162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "3.0.8"
val jna = "net.java.dev.jna" % "jna" % "5.5.0"
val jnaPlatform = "net.java.dev.jna" % "jna-platform" % "5.5.0"
val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.3"
val swovalFiles = "com.swoval" % "file-tree-views" % "2.1.4"
def nightlyVersion: Option[String] = sys.props.get("sbt.build.version")
}

0 comments on commit 7f67162

Please sign in to comment.