Skip to content

Commit

Permalink
Merge branch 'series/1.x' into update/munit-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yisraelU authored Aug 18, 2024
2 parents f5d9280 + d8f925b commit 4da4af1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ object Dependencies {
val circe = "0.14.9"
val fs2 = "3.10.2"
val log4cats = "2.7.0"
val keyPool = "0.4.9"
val keyPool = "0.4.10"

val lettuce = "6.4.0.RELEASE"
val logback = "1.5.6"
val logback = "1.5.7"

val kindProjector = "0.13.3"

val munit = "1.0.1"
val munitScalacheck = "1.0.0"

}

object Libraries {
Expand Down Expand Up @@ -46,7 +48,7 @@ object Dependencies {
val catsLaws = cats("core")
val catsTestKit = cats("testkit")
val munitCore = "org.scalameta" %% "munit" % V.munit
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % V.munit
val munitScalacheck = "org.scalameta" %% "munit-scalacheck" % V.munitScalacheck
}

object CompilerPlugins {
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
Expand Down

0 comments on commit 4da4af1

Please sign in to comment.