We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8182747 commit 7366c72Copy full SHA for 7366c72
1 file changed
project/Dependencies.scala
@@ -9,7 +9,7 @@ object Dependencies {
9
// sbt-test-runner uses LTS to ensure compatibility with any project it runs in
10
val scala3Lts = "3.3.7"
11
12
- val scala3 = "3.8.2"
+ val scala3 = "3.8.3"
13
14
val crossScalaVersions = Seq(scala3Lts, scala213, scala212)
15
0 commit comments