diff --git a/build.sbt b/build.sbt index 4bea2a6..8b7dbbc 100644 --- a/build.sbt +++ b/build.sbt @@ -48,7 +48,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform) tlVersionIntroduced := Map("3" -> "1.0.13") ) .nativeSettings( - tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.2.0").toMap + tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap ) lazy val docs = project