Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #20 from tkrs/update-deps
Browse files Browse the repository at this point in the history
build: update dependencies
  • Loading branch information
tkrs authored May 31, 2020
2 parents 5d38388 + c96b90a commit 5a3fad2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dist: xenial
sudo: false

scala:
- 2.12.10
- 2.13.1
- 2.12.11
- 2.13.2

jdk:
- openjdk11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Agni is a library to query and access Cassandra for Scala. It allows you to store your case classes into Cassandra and conversely.

[![Build Status](https://travis-ci.org/tkrs/agni.svg?branch=master)](https://travis-ci.org/tkrs/agni)
[![Build Status](https://travis-ci.com/tkrs/agni.svg?branch=master)](https://travis-ci.com/tkrs/agni)

## How to use

Expand Down
18 changes: 9 additions & 9 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ import sbt._

object Dependencies {
val V = new {
val `scala2.12` = "2.12.10"
val `scala2.13` = "2.13.1"
val `scala2.12` = "2.12.11"
val `scala2.13` = "2.13.2"

val kindeProjector = "0.11.0"

val datastax = "4.3.0"
val cats = "2.0.0"
val datastax = "4.6.1"
val cats = "2.1.1"
val shapeless = "2.3.3"
val catbird = "19.9.0"
val catbird = "20.3.0"
val monix = "3.1.0"
val catsEffect = "2.0.0"
val catsEffect = "2.1.3"
val slf4j = "1.7.13"

val scalatest = "3.1.0"
val scalatest = "3.1.1"
val scalatestplus = new {
val scalacheck = "3.1.0.1"
val mockito = "3.1.0.0"
val scalacheck = "3.1.1.1"
val mockito = "3.1.1.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.3.6
sbt.version = 1.3.12

0 comments on commit 5a3fad2

Please sign in to comment.