Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit ae364c7

Browse files
committed
bump source compatability
1 parent f59bc1f commit ae364c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.github.sanity'
2-
version '0.0.2'
2+
version '0.0.3'
33

44
buildscript {
55
ext.kotlin_version = '1.1-M04'
@@ -27,7 +27,7 @@ apply plugin: 'maven'
2727
apply plugin: 'org.jetbrains.dokka'
2828
apply plugin: "info.solidsoft.pitest"
2929

30-
sourceCompatibility = 1.6
30+
sourceCompatibility = 1.8
3131

3232
repositories {
3333
mavenCentral()

0 commit comments

Comments
 (0)