Skip to content

Commit

Permalink
Merge pull request #223 from YannMoisan/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
YannMoisan authored Jul 17, 2024
2 parents 385d56d + de4fd13 commit 505067b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Dependencies._
import sbt.Keys._

organization := "com.yannmoisan"
crossScalaVersions := Seq("2.12.19", "2.13.10")
crossScalaVersions := Seq("2.12.19", "2.13.14")

scalafmtOnCompile := true

Expand Down
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sbt._

object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.15"
lazy val catsEffectKernel = "org.typelevel" %% "cats-effect-kernel" % "3.4.6"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.4.6"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
lazy val catsEffectKernel = "org.typelevel" %% "cats-effect-kernel" % "3.5.4"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
lazy val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
}
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")

Expand Down

0 comments on commit 505067b

Please sign in to comment.