We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b5ec1 commit 75e524fCopy full SHA for 75e524f
native-image-tests/build.sbt
@@ -2,7 +2,7 @@ name := "native-image-tests"
2
3
version := "1.0"
4
5
-scalaVersion := "2.13.14"
+scalaVersion := "2.13.15"
6
7
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
8
project/Dependencies.scala
@@ -5,7 +5,7 @@
import sbt._
object Dependencies {
- val Scala213 = "2.13.14"
+ val Scala213 = "2.13.15"
9
val Scala3 = "3.3.3"
10
val Scala2Versions = Seq(Scala213)
11
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3
0 commit comments