Skip to content

Commit

Permalink
Update scala-library to 2.13.16 (#500)
Browse files Browse the repository at this point in the history
Co-authored-by: Kai <[email protected]>
  • Loading branch information
scala-steward and neko-kai authored Jan 24, 2025
1 parent 208b3a3 commit 8096ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ val Deps = new {

inThisBuild(
Seq(
crossScalaVersions := Seq("2.13.15", "3.3.4"),
// crossScalaVersions := Seq("3.3.4", "2.13.15"), // uncomment to use Scala 3 in IDE
crossScalaVersions := Seq("2.13.16", "3.3.4"),
// crossScalaVersions := Seq("3.3.4", "2.13.16"), // uncomment to use Scala 3 in IDE
scalaVersion := crossScalaVersions.value.head,
version := "1.0.0",
organization := "io.7mind",
Expand Down

0 comments on commit 8096ac2

Please sign in to comment.