Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai authored Nov 29, 2024
1 parent ca7fe1a commit ead5608
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.14", "3.4.2"),
// crossScalaVersions := Seq("3.4.2", "2.13.14"), // 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 ead5608

Please sign in to comment.