Skip to content

Commit

Permalink
Properly bump wrappy version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Feb 22, 2021
1 parent 6e90276 commit af3b8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
14 changes: 1 addition & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# Project specific
download_to
download_from
parse.txt
download-to
from_remote.yml
local-repo
remote.yml
config.yml
to_local.yml

# Compiled class file
*.class

Expand All @@ -18,7 +7,6 @@ to_local.yml
# BlueJ files
*.ctxt


# Mobile Tools for Java (J2ME)
.mtj.tmp/

Expand Down Expand Up @@ -63,7 +51,7 @@ local.properties
.project
.classpath

# Intellij
# Idea
.idea/
*.iml
*.ipr
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ plugins {
repositories {
mavenCentral()
jcenter()
maven { url = 'https://repo.spongepowered.org/maven' }
maven { url 'https://jitpack.io' }
}

dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'com.github.clubobsidian:wrappy:2.0.1'
testImplementation 'com.github.clubobsidian:wrappy:2.1.0'
compileOnly 'com.github.clubobsidian:wrappy:2.1.0'
compile 'com.github.ClubObsidian:FuzzUtil:1.1.0'
compile 'org.apache.commons:commons-lang3:3.9'
Expand Down

0 comments on commit af3b8d3

Please sign in to comment.