diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 5545915031a26c1c0d63359ea16346ac323a9cd3..07babbf4de7efeab2df0cec5c26522ab7b372c29 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -23,6 +23,7 @@
 * Dmitriy Shabanov <shabanovd@gmail.com>
 * Toon Baeyens <toon.baeyens@gmail.com>
 * Luis Mendes <luis.p.mendes@gmail.com>
+* Saurabh Rawat <saurabh.rawat90@gmail.com>
 
 # Details
 
@@ -56,3 +57,4 @@ Below are some of the specific details of various contributions.
 * Luis Mendes submited PR to Fix Java execution mode with barriers to not deadlock when a thread dies or is interrupted (InterruptedException)
 * Luis Mendes submited PR to Fix Java execution mode to fail-fast when Kernel execution fails
 * Luis Mendes submited PR to Java execution mode now provides detailed backtraces of failed Kernel threads including passId, groupIds, globalIds and localIds
+* Saurabh Rawat contributed apache BCEL bytecode parsing and Scala support.