File tree Expand file tree Collapse file tree 4 files changed +4
-18
lines changed
Expand file tree Collapse file tree 4 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 1- version = 3.7 . 17
1+ version = 3.8 . 0
22
33style = default
44
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ThisBuild / tlSonatypeUseLegacyHost := false
1818ThisBuild / tlSitePublishBranch := Some (" main" )
1919
2020val Scala213 = " 2.13.12"
21- ThisBuild / crossScalaVersions := Seq (Scala213 , " 3.3.1 " )
21+ ThisBuild / crossScalaVersions := Seq (Scala213 , " 3.3.3 " )
2222ThisBuild / scalaVersion := Scala213 // the default Scala
2323
2424lazy val root = tlCrossRootProject.aggregate(core, testkit)
@@ -44,7 +44,7 @@ lazy val core = crossProject(JVMPlatform)
4444 libraryDependencies ++= Seq (
4545 " org.typelevel" %%% " cats-core" % " 2.10.0" ,
4646 " org.typelevel" %%% " cats-effect" % " 3.5.2" ,
47- " co.fs2" %%% " fs2-core" % " 3.9.2 " ,
47+ " co.fs2" %%% " fs2-core" % " 3.9.4 " ,
4848 " com.launchdarkly" % " launchdarkly-java-server-sdk" % " 7.3.0" ,
4949 ),
5050 )
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.6.4" )
22addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.6.4" )
3- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.14 .0" )
3+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.15 .0" )
You can’t perform that action at this time.
0 commit comments