Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed May 11, 2024
1 parent 531fed1 commit 59e0846
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Virgil

![Logo](logo.webp)

_Virgil is a functional Cassandra client built using ZIO 2.x, Cats Effect 3.x, Magnolia and the Datastax 4.x Java drivers_

![Build Status](https://github.com/kaizen-solutions/virgil/actions/workflows/ci.yml/badge.svg)
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ lazy val core =
val datastaxV = "4.17.0"

val zio = "dev.zio"
val zioV = "2.0.22"
val zioV = "2.1.1"
val magnoliaForScala2 = "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.9"
val scalaReflectForScala2 = "org.scala-lang" % "scala-reflect" % scalaVersion.value
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.6"
Expand All @@ -86,7 +86,7 @@ lazy val core =
zio %% "zio-test-scalacheck" % zioV % Test,
zio %% "zio-test-sbt" % zioV % Test,
"com.dimafeng" %% "testcontainers-scala" % "0.41.3" % Test,
"com.outr" %% "scribe-slf4j" % "3.13.4" % Test
"com.outr" %% "scribe-slf4j" % "3.13.5" % Test
)

val isScala2x = scalaVersion.value.startsWith("2")
Expand All @@ -111,7 +111,7 @@ lazy val zio =
name := "virgil-zio",
libraryDependencies ++= {
val zio = "dev.zio"
val zioV = "2.0.22"
val zioV = "2.1.1"

Seq(
zio %% "zio" % zioV,
Expand Down
Binary file added logo.webp
Binary file not shown.

0 comments on commit 59e0846

Please sign in to comment.