Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
plugins {
id "scala"
id "maven"
id "com.github.maiflai.scalatest" version "0.7"
id "com.github.maiflai.scalatest" version "0.10"
}

group = 'com.dmoles'
version = '1.0-SNAPSHOT'

ext {
scalaMajorVersion = '2.11'
scalaVersion = "${scalaMajorVersion}.6"
scalaVersion = "${scalaMajorVersion}.7"
}

repositories {
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
gradleVersion = '2.8'
}

compileScala {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jun 17 13:09:24 PDT 2015
#Tue Oct 27 14:11:48 PDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip