Skip to content

Commit

Permalink
Switch to Lyo 5.0.0.alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Dec 23, 2021
1 parent e46a6cb commit d5b6bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/client-toolchain/pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>client-toolchain</artifactId>

<properties>
<kotlin.version>1.5.30</kotlin.version>
<kotlin.version>1.5.32</kotlin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
3 changes: 2 additions & 1 deletion src/pom.xml
Expand Up @@ -12,7 +12,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.lyo>5.0.0.alpha1</version.lyo>
<!-- <version.lyo>5.0.0-SNAPSHOT</version.lyo>-->
<version.lyo>5.0.0.alpha2</version.lyo>
<version.lyo.oslc-ui>${version.lyo}</version.lyo.oslc-ui>
<version.jersey>2.25.1</version.jersey>
</properties>
Expand Down

0 comments on commit d5b6bd4

Please sign in to comment.