-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #223 from YannMoisan/bump-dependencies
Bump dependencies
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters