Skip to content

Commit

Permalink
Update scala-library to 2.13.12 (#408)
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 Sep 29, 2023
1 parent 8016579 commit e66a073
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,9 +47,9 @@ val Deps = new {

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

0 comments on commit e66a073

Please sign in to comment.