File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- version = 3.7 .4
1+ version = 3.7 .15
22
33style = default
44
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.0 " )
21+ ThisBuild / crossScalaVersions := Seq (Scala213 , " 3.3.1 " )
2222ThisBuild / scalaVersion := Scala213 // the default Scala
2323
2424lazy val root = tlCrossRootProject.aggregate(core, testkit)
@@ -43,9 +43,9 @@ lazy val core = crossProject(JVMPlatform)
4343 name := " catapult" ,
4444 libraryDependencies ++= Seq (
4545 " org.typelevel" %%% " cats-core" % " 2.9.0" ,
46- " org.typelevel" %%% " cats-effect" % " 3.5.0 " ,
46+ " org.typelevel" %%% " cats-effect" % " 3.5.2 " ,
4747 " co.fs2" %%% " fs2-core" % " 3.7.0" ,
48- " com.launchdarkly" % " launchdarkly-java-server-sdk" % " 6.2.0 " ,
48+ " com.launchdarkly" % " launchdarkly-java-server-sdk" % " 6.2.1 " ,
4949 ),
5050 )
5151
Original file line number Diff line number Diff line change 1- sbt.version =1.9.6
1+ sbt.version =1.9.7
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.6.0 " )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.6.0 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.6.1 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.6.1 " )
33addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13.1" )
You can’t perform that action at this time.
0 commit comments