Skip to content

Commit

Permalink
Fix IDEA build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashatyrev committed Feb 28, 2023
1 parent 3fc81b4 commit 24dbe1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
id 'java'
id 'io.spring.dependency-management' version '1.1.0'
id 'maven-publish'
}

subprojects {
allprojects {
group 'tech.pegasys.heku'
version '1.0-SNAPSHOT'

Expand Down
2 changes: 0 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dependencyManagement {
dependencies {

dependency 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'
dependency 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.6.1'
dependency 'org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.1'

Expand All @@ -28,7 +27,6 @@ dependencyManagement {
// Libp2p
dependency 'org.apache.tuweni:tuweni-crypto:2.2.0'
dependency "tech.pegasys:noise-java:22.1.0"
// dependency("io.libp2p:jvm-libp2p-minimal:0.10.0-RELEASE")
dependency("io.libp2p:jvm-libp2p-minimal:develop")

// Discovery
Expand Down

0 comments on commit 24dbe1d

Please sign in to comment.