Skip to content

Commit

Permalink
update Scala3 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero committed Nov 2, 2024
1 parent 11716d4 commit 8f4ceed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scala3/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val zioVersion = "2.0.22"
val zioVersion = "2.1.11"

lazy val root = project
.in(file("."))
Expand All @@ -8,7 +8,7 @@ lazy val root = project
name := "scala3",
organization := "examples",
version := "0.0.1",
scalaVersion := "3.4.1"
scalaVersion := "3.4.3"
)
),
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion scala3/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.3

0 comments on commit 8f4ceed

Please sign in to comment.