Skip to content

Commit

Permalink
Update Lombok Version String
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Mar 22, 2020
1 parent 2705ef6 commit ac0c50a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package org.tangram.gradle.plugin;
public class TangramVersions {

// The basics
String lombok = '1.18.10'
String lombok = '1.18.12'
String servlet_api = 'javax.servlet:javax.servlet-api:4.0.1'
String jsp_api = 'javax.servlet.jsp:jsp-api:2.2.1-b03'
String org_json = '20180813' // not used in tangram internally
Expand Down

0 comments on commit ac0c50a

Please sign in to comment.