Skip to content

Commit

Permalink
Update scala3-library to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-text-bot[bot] authored and xuwei-k committed Sep 8, 2023
1 parent 18e4863 commit 086523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val isScala3 = Def.setting(

scalaVersion := Scala212

crossScalaVersions := Seq(Scala212, "2.13.11", "3.3.0")
crossScalaVersions := Seq(Scala212, "2.13.11", "3.3.1")

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest-funspec" % "3.2.17" % "test",
Expand Down

0 comments on commit 086523e

Please sign in to comment.