Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Numichi committed May 28, 2022
1 parent cc531e3 commit 5717076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
java
jacoco
id("com.adarshr.test-logger") version "3.1.0"
kotlin("jvm") version "1.6.10"
kotlin("jvm") version "1.6.21"
id("java-library")
id("maven-publish")
id("signing")
Expand All @@ -25,7 +25,7 @@ dependencies {
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.6")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.1")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("io.github.microutils:kotlin-logging-jvm:2.1.21")
implementation("io.github.microutils:kotlin-logging-jvm:2.1.23")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("io.projectreactor:reactor-test:3.4.18")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.0.0-RC1
version=2.0.0
group=io.github.numichi
developerId=numichi
developerName=Donát Csongor
Expand Down

0 comments on commit 5717076

Please sign in to comment.