Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-frank committed Oct 27, 2018
1 parent 1538d69 commit 518306f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fan
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Build : BuildPod
{
podName = "csvExt"
summary = "CSV Data Import Functions"
version = Version("0.9.1")
version = Version("0.9.2")
meta = [
"ext.name": "csv",
"ext.icon24": "fan://frescoRes/img/iconMissing24.png",
Expand All @@ -26,7 +26,7 @@ class Build : BuildPod
"license.name": "Commercial",
"skyspark.docExt": "true",
]
depends = ["sys 1.0", "axon 3.0", "ioExt 3.0", "utilityExt 1.1+"]
depends = ["sys 1.0", "axon 3.0", "ioExt 3.0", "nrelUtilityExt 1.1+"]
resDirs = [`locale/`,
`lib/`]
index =
Expand Down

0 comments on commit 518306f

Please sign in to comment.