Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit a9f3b22

Browse files
authored
Merge pull request #40 from juanjux/fix/libuast_version
Fix wrong libuast version
2 parents 4f82fcd + c23d6bc commit a9f3b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ organization := "org.bblfsh"
33
version := "1.3.4"
44

55
scalaVersion := "2.11.11"
6-
val libuastVersion = "v1.3.1"
6+
val libuastVersion = "v1.3.0"
77

88

99
mainClass in Compile := Some("org.bblfsh.client.cli.ScalaClientCLI")

0 commit comments

Comments
 (0)