Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit da00b22

Browse files
committed
Merge branch 'master' of github.com:reactor/reactor-scala-extensions
2 parents ccc319d + a0b5ce1 commit da00b22

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ buildscript {
5353
dependencyCheck {
5454
skipConfigurations = ["apiElements", "implementation", "runtimeElements", "runtimeOnly", "testImplementation", "testRuntimeOnly", "scoverageImplementation", "scoverageRuntimeOnly"]
5555
}
56+
targetCompatibility = "1.8"
5657

5758
if (!project.parent) {
5859
apply plugin: 'net.researchgate.release'
59-
final svs = ['2.12.4', '2.11.8']
60+
final svs = ['2.12.4', '2.11.12']
6061

6162
for (sv in svs) {
6263
String scalaVersionInDot = sv.replaceAll("_", ".")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.3.5-SNAPSHOT
1+
version=0.3.3-SNAPSHOT

0 commit comments

Comments
 (0)