kactor
kactor copied to clipboard
A small proof of concept implementing the actor model 🎭 using Kotlin coroutines
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/rcardin/kactor). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.jetbrains.kotlin:kotlin-maven-plugin](https://kotlinlang.org/) ([source](https://redirect.github.com/JetBrains/kotlin)) | `1.9.22` -> `1.9.25` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [org.jetbrains.kotlin:kotlin-stdlib](https://kotlinlang.org/)...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.jreleaser:jreleaser-maven-plugin](https://redirect.github.com/jreleaser/jreleaser) | `1.5.1` -> `1.21.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.apache.maven.plugins:maven-deploy-plugin](https://maven.apache.org/plugins/) ([source](https://redirect.github.com/apache/maven-deploy-plugin)) | `3.0.0` -> `3.1.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.apache.maven.plugins:maven-source-plugin](https://maven.apache.org/plugins/) ([source](https://redirect.github.com/apache/maven-source-plugin)) | `3.2.1` -> `3.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/) ([source](https://redirect.github.com/apache/maven-compiler-plugin)) | `3.10.1` -> `3.14.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.jetbrains.dokka:dokka-maven-plugin](https://redirect.github.com/Kotlin/dokka) | `1.9.10` -> `1.9.20` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.codehaus.mojo:flatten-maven-plugin](https://www.mojohaus.org/flatten-maven-plugin/) ([source](https://redirect.github.com/mojohaus/flatten-maven-plugin)) | `1.4.1` -> `1.7.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) ([source](https://redirect.github.com/apache/maven-javadoc-plugin)) | `3.2.0` -> `3.12.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...
Hi there, I see the library is focused on the kotlin server side development but I think this work could benefit some of us in UI platforms too. Making it...