Skip to content

Commit

Permalink
Minor upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinaylien committed Jun 1, 2023
1 parent 5394587 commit f41ff6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val three = "3.2.2"
lazy val supportedScalaVersions = Seq(twoTwelve, twoThirteen, three)

ThisBuild / organization := "com.github.mjakubowski84"
ThisBuild / version := "2.11.0"
ThisBuild / version := "2.11.1"
ThisBuild / isSnapshot := false
ThisBuild / scalaVersion := twoThirteen

Expand Down Expand Up @@ -189,7 +189,7 @@ lazy val examples = (project in file("examples"))
if (scalaVersion.value == twoThirteen) { "3.0.1" } // non-licensed version
else { "2.1.1" }
},
"com.github.fd4s" %% "fs2-kafka" % "3.0.0",
"com.github.fd4s" %% "fs2-kafka" % "3.0.1",
"co.fs2" %% "fs2-io" % fs2Version
),
excludeDependencies ++= Seq(
Expand Down
10 changes: 5 additions & 5 deletions project/DependecyVersions.scala
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
object DependecyVersions {
val parquetVersion = "1.13.0"
val parquetVersion = "1.13.1"
val shapelessVersion = "2.3.10"
val sparkVersion = "3.4.0"
val hadoopVersion = "3.3.5"
val slf4jVersion = "2.0.7"
val logbackVersion = "1.3.7" // stick to 1.3.x for JDK-8 compatibility
val akkaVersion = "2.6.20" // non-licensed version
val fs2Version = "3.6.1"
val catsEffectVersion = "3.4.9"
val scalaCollectionCompatVersion = "2.9.0"
val scalatestVersion = "3.2.15"
val fs2Version = "3.7.0"
val catsEffectVersion = "3.5.0"
val scalaCollectionCompatVersion = "2.10.0"
val scalatestVersion = "3.2.16"
val mockitoVersion = "4.11.0" // stick to 4.x for JDK-8 compatibility
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.8.3
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.18")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
Expand Down

0 comments on commit f41ff6d

Please sign in to comment.