Skip to content

Commit 5df5caf

Browse files
Update scala3-library to 3.4.1 (#442)
1 parent dc9141c commit 5df5caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ val Deps = new {
4747

4848
inThisBuild(
4949
Seq(
50-
crossScalaVersions := Seq("2.13.13", "3.4.0"),
51-
// crossScalaVersions := Seq("3.4.0", "2.13.13"), // uncomment to use Scala 3 in IDE
50+
crossScalaVersions := Seq("2.13.13", "3.4.1"),
51+
// crossScalaVersions := Seq("3.4.1", "2.13.13"), // uncomment to use Scala 3 in IDE
5252
scalaVersion := crossScalaVersions.value.head,
5353
version := "1.0.0",
5454
organization := "io.7mind",

0 commit comments

Comments
 (0)