Skip to content

Commit

Permalink
Merge pull request #324 from alejandrohdezma/update/all
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
github-actions[bot] authored May 30, 2024
2 parents f5671db + 814c1d9 commit fb66c05
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / scalaVersion := "2.13.13"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3")
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
ThisBuild / versionPolicyIntention := Compatibility.None

ThisBuild / organization := "com.alejandrohdezma"
Expand All @@ -15,16 +15,16 @@ lazy val documentation = project

lazy val `http4s-munit` = module
.settings(Test / fork := true)
.settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.0-RC1")
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.26")
.settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.26")
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.26" % Optional)
.settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0-M5")
.settings(libraryDependencies += "org.scalameta" %% "munit" % "1.0.0")
.settings(libraryDependencies += "org.http4s" %% "http4s-client" % "0.23.27")
.settings(libraryDependencies += "org.http4s" %% "http4s-dsl" % "0.23.27")
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.27" % Optional)
.settings(libraryDependencies += "org.typelevel" %% "munit-cats-effect" % "2.0.0")
.settings(libraryDependencies += "io.circe" %% "circe-parser" % "0.14.7")
.settings(libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.26" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.27" % Test)
.settings(libraryDependencies += "com.dimafeng" %% "testcontainers-scala-munit" % "0.40.16" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.26" % Test)
.settings(libraryDependencies += "org.http4s" %% "http4s-ember-client" % "0.23.27" % Test)
.settings(libraryDependencies ++= scalaVersion.value.on(2)(kindProjector))

def kindProjector = compilerPlugin("org.typelevel" % "kind-projector" % "0.13.3").cross(CrossVersion.full)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.15.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.1")
Expand Down

0 comments on commit fb66c05

Please sign in to comment.