We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878930f commit ad138efCopy full SHA for ad138ef
build.sbt
@@ -3,8 +3,8 @@ import sbt.Keys._
3
4
resolvers += Resolver.sonatypeRepo("public")
5
6
-val VERSION = "0.5-SNAPSHOT"
7
-val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Python, Ruby"
+val VERSION = "0.5"
+val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Perl, PHP, Python, Ruby"
8
9
lazy val root = project.in(file(".")).
10
aggregate(compilerJS, compilerJVM).
0 commit comments