Skip to content

Commit

Permalink
Merge pull request #453 from laserdisc-io/upgrades
Browse files Browse the repository at this point in the history
upgrades
  • Loading branch information
barryoneill authored Oct 11, 2024
2 parents 5827ed7 + 586d450 commit 8372cc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 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.8.1
version=3.8.3

maxColumn = 140
style = default
Expand Down
22 changes: 11 additions & 11 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@ import sbt.Keys.libraryDependencies

object Dependencies {
val cirisVersion = "3.6.0"
val doobieVersion = "1.0.0-RC5"
val circeVersion = "0.14.7"
val doobieVersion = "1.0.0-RC6"
val circeVersion = "0.14.10"
val catsEffectVersion = "3.5.4"

val TestLib = Seq(
libraryDependencies ++= Seq(
"org.scalamock" %% "scalamock" % "6.0.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % Test,
"org.testcontainers" % "mysql" % "1.19.8" % Test,
"org.testcontainers" % "testcontainers" % "1.19.8" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test,
"org.testcontainers" % "mysql" % "1.20.2" % Test,
"org.testcontainers" % "testcontainers" % "1.20.2" % Test
)
)

val Config = Seq(
libraryDependencies ++= Seq(
"is.cir" %% "ciris-enumeratum" % cirisVersion,
"is.cir" %% "ciris-refined" % cirisVersion,
"eu.timepit" %% "refined" % "0.11.1"
"eu.timepit" %% "refined" % "0.11.2"
)
)

val Logging = Seq(
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.5.6",
"ch.qos.logback" % "logback-core" % "1.5.6",
"org.slf4j" % "jcl-over-slf4j" % "2.0.13",
"org.slf4j" % "jul-to-slf4j" % "2.0.13",
"ch.qos.logback" % "logback-classic" % "1.5.9",
"ch.qos.logback" % "logback-core" % "1.5.9",
"org.slf4j" % "jcl-over-slf4j" % "2.0.16",
"org.slf4j" % "jul-to-slf4j" % "2.0.16",
"org.typelevel" %% "log4cats-slf4j" % "2.7.0"
)
)
Expand Down
4 changes: 1 addition & 3 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# watch out for 1.10.x - https://github.com/sbt/sbt/issues/7553
sbt.version=1.9.9

sbt.version=1.10.2

0 comments on commit 8372cc8

Please sign in to comment.