Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into review-the-project
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 26, 2023
2 parents d89f08c + f5b3b6b commit 37eb124
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ Specific docs and more can be found in the [Kotlin dialect specific readme](./po

## Scala

Specific docs and more can be found in the [Scala dialect specific readme](./polyglot-scala/README.adoc).


_Java Projects_

* [LambdaTest](https://github.com/lefou/LambdaTest) - A simple Java project with
Expand Down
16 changes: 13 additions & 3 deletions polyglot-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,22 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-script-util</artifactId>
<artifactId>kotlin-scripting-jvm-host</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-jvm-host</artifactId>
<artifactId>kotlin-scripting-jvm</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-scripting-common</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-script-runtime</artifactId>
<version>${kotlin.version}</version>
</dependency>

Expand Down Expand Up @@ -76,7 +86,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.8.10</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
<commons-lang3.version>3.8.1</commons-lang3.version>
<skipTests>false</skipTests>
<invoker.skip>${skipTests}</invoker.skip>
Expand Down
4 changes: 2 additions & 2 deletions polyglot-scala/README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Scala Dialect for Polyglot Maven
:polyglot-scala-version: 0.4.6
:polyglot-translate-version: 0.4.6
:polyglot-scala-version: 0.4.9
:polyglot-translate-version: 0.4.9
:toc:
:toc-placement: preamble

Expand Down

0 comments on commit 37eb124

Please sign in to comment.