Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Jan 5, 2020
1 parent b06909c commit fcf027a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins{
id 'com.github.johnrengelman.shadow' version '5.2.0'
}

def ver = new Version(major: 4, minor: 2, revision: 0)
def ver = new Version(major: 4, minor: 2, revision: 1)

group = "org.botblock"
version = "$ver"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

package org.botblock.javabotblockapi.requests;


import com.sun.org.apache.bcel.internal.generic.PUSH;
import org.botblock.javabotblockapi.Site;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
Expand Down

0 comments on commit fcf027a

Please sign in to comment.