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 11716d4 commit 8f4ceedCopy full SHA for 8f4ceed
scala3/build.sbt
@@ -1,4 +1,4 @@
1
-val zioVersion = "2.0.22"
+val zioVersion = "2.1.11"
2
3
lazy val root = project
4
.in(file("."))
@@ -8,7 +8,7 @@ lazy val root = project
8
name := "scala3",
9
organization := "examples",
10
version := "0.0.1",
11
- scalaVersion := "3.4.1"
+ scalaVersion := "3.4.3"
12
)
13
),
14
libraryDependencies ++= Seq(
scala3/project/build.properties
@@ -1 +1 @@
-sbt.version=1.9.9
+sbt.version=1.10.3
0 commit comments