Skip to content

Commit

Permalink
fix scala-basic example on java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Nov 26, 2024
1 parent d65e81a commit 480a813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/scala-basic/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name := "scala-basic"

version := "1.1.0-SNAPSHOT"

scalaVersion := "2.13.9"
scalaVersion := "2.13.15"

resolvers ++= Seq(
"Local Maven Repository" at "file://" + Path.userHome.absolutePath + "/.m2/repository",
Expand All @@ -28,7 +28,7 @@ resolvers ++= Seq(

libraryDependencies ++= Seq(
"org.apache.openejb" % "jakartaee-api" % "10.0",
"org.apache.openejb" % "openejb-core" % "9.0.0-M9-SNAPSHOT" % "test",
"org.apache.openejb" % "openejb-core" % "10.0.0-M4-SNAPSHOT" % "test",
"org.scalatest" %% "scalatest_2.13" % "3.2.14" % "test"
)

2 changes: 1 addition & 1 deletion examples/scala-basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<scala.version>2.13</scala.version>
<scala.full-version>${scala.version}.9</scala.full-version>
<scala.full-version>${scala.version}.15</scala.full-version>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit 480a813

Please sign in to comment.