summaryrefslogtreecommitdiff
path: root/opendc-stdlib/build.gradle
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2018-01-11 16:27:05 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2018-01-11 16:52:17 +0100
commitb1c4d1f94e35445bdba5a56b614d0ec28a332624 (patch)
treef2a7244fd52a85f0bd5a4a51f8b3243d10005878 /opendc-stdlib/build.gradle
parent8666a78b86a40c1d8dab28dd18e841318c01f97f (diff)
refactor(#18): Redesign core simulation API
This change contains the redesign of the core simulation API and provides a cleaner interface for developing simulation models for the users.
Diffstat (limited to 'opendc-stdlib/build.gradle')
-rw-r--r--opendc-stdlib/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/opendc-stdlib/build.gradle b/opendc-stdlib/build.gradle
index a0c92459..ea463f5a 100644
--- a/opendc-stdlib/build.gradle
+++ b/opendc-stdlib/build.gradle
@@ -24,7 +24,7 @@
/* Build configuration */
buildscript {
- ext.kotlin_version = '1.1.4-3'
+ ext.kotlin_version = '1.2.10'
ext.dokka_version = '0.9.15'
repositories {
@@ -68,8 +68,8 @@ dokka {
}
/* Project configuration */
-group 'nl.atlarge.opendc'
-version '1.0'
+group 'com.atlarge.opendc'
+version '1.1'
repositories {
jcenter()