Skip to content

Commit

Permalink
Update scala3-library to 3.3.3 (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 3, 2024
1 parent 0839987 commit f10fa1e
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 @@ -47,8 +47,8 @@ val Deps = new {

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

0 comments on commit f10fa1e

Please sign in to comment.