Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed Aug 18, 2022
1 parent f86dd9f commit 403d488
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.5.8"
version = "3.5.9"
maxColumn = 120
align.preset = most
align.multiline = false
Expand Down
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ lazy val root =
val datastaxV = "4.14.1"

val zio = "dev.zio"
val zioV = "2.0.0"
val zioV = "2.0.1"
val magnoliaForScala2 = "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.2"
val scalaReflectForScala2 = "org.scala-lang" % "scala-reflect" % scalaVersion.value
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.1.4"
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.1.5"

val coreDependencies =
Seq(
datastax % "java-driver-core" % datastaxV,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1",
zio %% "zio" % zioV,
zio %% "zio-streams" % zioV,
zio %% "zio-test" % zioV % Test,
zio %% "zio-test-sbt" % zioV % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.40.9" % Test,
"com.outr" %% "scribe-slf4j" % "3.10.1" % Test
zio %% "zio-test" % zioV % Test,
zio %% "zio-test-sbt" % zioV % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.40.10" % Test,
"com.outr" %% "scribe-slf4j" % "3.10.2" % Test
)

val magnolia =
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.2")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.2")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")

0 comments on commit 403d488

Please sign in to comment.