Skip to content

Commit

Permalink
Update scala3-library to 3.3.1 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 29, 2023
1 parent 09145d2 commit d292436
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 @@ -48,8 +48,8 @@ val Deps = new {
inThisBuild(
Seq(
scalaVersion := "2.13.10",
// scalaVersion := "3.2.2", // uncomment to use Scala 3 with IDE
crossScalaVersions := Seq("3.2.2", "2.13.10"),
// scalaVersion := "3.3.1", // uncomment to use Scala 3 with IDE
crossScalaVersions := Seq("3.3.1", "2.13.10"),
version := "1.0.0",
organization := "io.7mind",
)
Expand Down

0 comments on commit d292436

Please sign in to comment.