diff --git a/.travis.yml b/.travis.yml index 4d910af..bb914f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: - osx julia: - 1.0 - - 1.1 + - 1.3 - nightly notifications: email: false diff --git a/Project.toml b/Project.toml index 64749a6..ebf7afc 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = ["ScottPJones "] keywords = ["Strings", "Characters", "Formatting", "Intern", "Unicode", "Regex"] license = "MIT" uuid = "7bddbee9-b4ee-5d4f-bf0b-c84b4398bbf6" -version = "1.0.1" +version = "1.0.2" [deps] ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf" @@ -42,12 +42,13 @@ test = ["Test", "REPL", "BenchmarkTools", "Serialization"] [compat] julia = "^1.0.0" -PCRE2 = "≥ 1.0.2" -Format = "≥ 1.0.0" -ModuleInterfaceTools = "≥ 1.0.1" -InternedStrings = "≥ 0.7.0" -StrTables = "≥ 1.0.0" -StrEntities = "≥ 1.0.0" -StrFormat = "≥ 1.0.0" -StrRegex = "≥ 1.0.1" -StrLiterals = "≥ 1.0.0" +PCRE2 = "1.0.2" +Format = "1.1.0" +ModuleInterfaceTools = "1.0.1" +InternedStrings = "0.7.0" +StrBase = "1.0.2" +StrTables = "1.0.0" +StrEntities = "1.0.0" +StrFormat = "1.0.0" +StrRegex = "1.0.1" +StrLiterals = "1.0.0" diff --git a/appveyor.yml b/appveyor.yml index 022d9ed..fbbd6d3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - julia_version: 1.0 - - julia_version: 1 + - julia_version: 1.3 - julia_version: latest platform: