Commit 6b58748e authored by Jan-Erik Rediger's avatar Jan-Erik Rediger
Browse files

Update glean_parser to fix broken codegen

parent 62a6e920
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import org.gradle.api.internal.artifacts.ArtifactAttributes
// so that it will be shared between all libraries that use Glean.  This is
// important because it is approximately 300MB in installed size.

String GLEAN_PARSER_VERSION = "1.15.2"
String GLEAN_PARSER_VERSION = "1.15.3"
// The version of Miniconda is explicitly specified.
// Miniconda3-4.5.12 is known to not work on Windows.
String MINICONDA_VERSION = "4.5.11"