Skip to content

Commit 5f0da13

Browse files
committed
use scala LTS version (3.3.3)
1 parent 85ffc7b commit 5f0da13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
<dependency>
5050
<groupId>org.scala-lang</groupId>
5151
<artifactId>scala3-interfaces</artifactId>
52-
<version>3.4.1</version>
52+
<version>3.3.3</version>
5353
<scope>compile</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.scala-lang</groupId>
5757
<artifactId>scala3-library_3</artifactId>
58-
<version>3.4.1</version>
58+
<version>3.3.3</version>
5959
<scope>compile</scope>
6060
</dependency>
6161
</dependencies>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Quarkus - Scala3 - Integration Tests</name>
1111
<properties>
1212
<scala-maven-plugin.version>4.9.0</scala-maven-plugin.version>
13-
<scala.version>3.4.1</scala.version>
13+
<scala.version>3.3.3</scala.version>
1414
</properties>
1515
<dependencies>
1616
<dependency>

0 commit comments

Comments
 (0)