Skip to content

Commit 734d31c

Browse files
authored
Merge pull request #150 from typelevel/update/scala-library-2.13.13
Update scala-library to 2.13.13
2 parents 4fb18f0 + c0c23ad commit 734d31c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ThisBuild / mergifyStewardConfig ~= {
1010
_.map(_.copy(author = "typelevel-steward[bot]"))
1111
}
1212

13-
ThisBuild / crossScalaVersions := Seq("2.13.12", "3.3.3")
13+
ThisBuild / crossScalaVersions := Seq("2.13.13", "3.3.3")
1414

1515
lazy val root = tlCrossRootProject
1616
.aggregate(toolkit, toolkitTest, tests)
@@ -50,9 +50,6 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform)
5050
.in(file("tests"))
5151
.settings(
5252
name := "tests",
53-
scalacOptions ++= {
54-
if (scalaBinaryVersion.value == "2.13") Seq("-Ytasty-reader") else Nil
55-
},
5653
libraryDependencies ++= Seq(
5754
"org.typelevel" %%% "munit-cats-effect" % "2.0.0-M4" % Test,
5855
"co.fs2" %%% "fs2-io" % "3.10.2" % Test,

0 commit comments

Comments
 (0)