diff --git a/build.sbt b/build.sbt index 52bf49ea..43ef6bc2 100644 --- a/build.sbt +++ b/build.sbt @@ -109,7 +109,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform) libraryDependencies ++= Seq( "org.scala-native" %%% "test-interface" % nativeVersion ), - tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.17.1").toMap + tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.17.2").toMap ) lazy val bench = project.in(file("bench"))