Skip to content

Commit 8096ac2

Browse files
Update scala-library to 2.13.16 (#500)
Co-authored-by: Kai <450507+neko-kai@users.noreply.github.com>
1 parent 208b3a3 commit 8096ac2

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
@@ -71,8 +71,8 @@ val Deps = new {
7171

7272
inThisBuild(
7373
Seq(
74-
crossScalaVersions := Seq("2.13.15", "3.3.4"),
75-
// crossScalaVersions := Seq("3.3.4", "2.13.15"), // uncomment to use Scala 3 in IDE
74+
crossScalaVersions := Seq("2.13.16", "3.3.4"),
75+
// crossScalaVersions := Seq("3.3.4", "2.13.16"), // uncomment to use Scala 3 in IDE
7676
scalaVersion := crossScalaVersions.value.head,
7777
version := "1.0.0",
7878
organization := "io.7mind",

0 commit comments

Comments
 (0)