Skip to content

Commit

Permalink
version upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Feb 11, 2025
1 parent 06cd874 commit 96a7311
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Global / onChangedBuildSource := ReloadOnSourceChanges

ThisBuild / crossScalaVersions := List("3.6.2")
ThisBuild / crossScalaVersions := List("3.6.3")
ThisBuild / tlBaseVersion := "0.47"

ThisBuild / tlCiReleaseBranches := Seq("master")
Expand Down
1 change: 0 additions & 1 deletion modules/core/shared/src/main/scala/crystal/Pot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ object Pot:
y match
case Pot.Error(ty) => tx === ty
case _ => false
case _ => false
}

given [A: Eq]: Eq[Pot[A]] =
Expand Down
1 change: 0 additions & 1 deletion modules/core/shared/src/main/scala/crystal/PotOption.scala
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ object PotOption {
y match
case PotOption.ReadyNone => true
case _ => false
case _ => false
}

given [A: Eq]: Eq[PotOption[A]] =
Expand Down
4 changes: 2 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ object Settings {
val fs2 = "3.11.0"
val log4Cats = "2.7.0"
val monocle = "3.3.0"
val mUnit = "1.0.4"
val mUnitScalacheck = "1.0.0"
val mUnit = "1.1.0"
val mUnitScalacheck = "1.1.0"
val mUnitCatsEffect = "2.0.0"
val scalaCheck = "1.18.1"
val scalajsReact = "3.0.0-beta12"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.12.4")
addSbtPlugin("edu.gemini" % "sbt-lucuma-lib" % "0.12.6")

libraryDependencies += "edu.gemini" %% "lucuma-jsdom" % "0.12.4"
libraryDependencies += "edu.gemini" %% "lucuma-jsdom" % "0.12.6"

0 comments on commit 96a7311

Please sign in to comment.