Skip to content

Commit

Permalink
update katharsis version to 2.6.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohlek authored and chb0github committed Oct 6, 2016
1 parent b514df6 commit f670e0d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/buildr.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'io.katharsis:katharsis-core:jar:2.3.0'
'io.katharsis:katharsis-core:jar:2.6.0'
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/gradle.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'io.katharsis:katharsis-core:2.3.0'
'io.katharsis:katharsis-core:2.6.0'
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/grape.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@Grapes(
@Grab(group='io.katharsis', module='katharsis-core', version='2.3.0')
@Grab(group='io.katharsis', module='katharsis-core', version='2.6.0')
)
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/ivy.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<dependency org="io.katharsis" name="katharsis-core" rev="2.3.0"/>
<dependency org="io.katharsis" name="katharsis-core" rev="2.6.0"/>
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/leiningen.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[io.katharsis/katharsis-core "2.3.0"]
[io.katharsis/katharsis-core "2.6.0"]
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/mvn.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dependency>
<groupId>io.katharsis</groupId>
<artifactId>katharsis-core</artifactId>
<version>2.3.0</version>
<version>2.6.0</version>
</dependency>
2 changes: 1 addition & 1 deletion src/assets/code/start/deps/sbt.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libraryDependencies += "io.katharsis" % "katharsis-core" % "2.3.0"
libraryDependencies += "io.katharsis" % "katharsis-core" % "2.6.0"

0 comments on commit f670e0d

Please sign in to comment.