Skip to content

Commit

Permalink
update to mc1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerDan committed Jun 10, 2017
1 parent 62a23a7 commit b487dcc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Editorconfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
continuation_indent_size = 8

[*.java]
indent_style = tab
indent_size = 4

[*.xml]
indent_style = tab
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.programmerdan.minecraft</groupId>
<artifactId>cropcontrol</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>CropControl</name>
<url>https://github.com/DevotedMC/CropControl</url>
Expand Down Expand Up @@ -64,25 +64,25 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.10.2-R0.1-SNAPSHOT</version>
<version>1.12-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>vg.civcraft.mc.civmodcore</groupId>
<artifactId>CivModCore</artifactId>
<version>1.5.09</version>
<version>1.6.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.untamedears</groupId>
<artifactId>RealisticBiomes</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>vg.civcraft.mc.citadel</groupId>
<artifactId>Citadel</artifactId>
<version>3.7.02</version>
<version>3.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b487dcc

Please sign in to comment.