File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
17
16
import sbt ._
18
17
19
18
object Dependencies {
20
19
object V {
21
- val specs2 = " 4.2.0"
22
20
val catsCore = " 1.5.0"
23
21
val catsEffect = " 1.1.0"
24
22
val circe = " 0.11.0"
23
+ val specs2 = " 4.3.6"
25
24
}
26
25
27
26
object Libraries {
28
- val catsCore = " org.typelevel" %% " cats-core" % V .catsCore
29
- val catsEffect = " org.typelevel" %% " cats-effect" % V .catsEffect
30
- val circeCore = " io.circe" %% " circe-core" % V .circe
31
- val circeGeneric = " io.circe" %% " circe-generic" % V .circe
32
- val circeParser = " io.circe" %% " circe-parser" % V .circe
33
- val specs2Core = " org.specs2" %% " specs2-core" % V .specs2 % " test"
34
- val specs2Scalacheck = " org.specs2" %% " specs2-scalacheck" % V .specs2 % " test"
27
+ val catsCore = " org.typelevel" %% " cats-core" % V .catsCore
28
+ val catsEffect = " org.typelevel" %% " cats-effect" % V .catsEffect
29
+ val circeCore = " io.circe" %% " circe-core" % V .circe
30
+ val circeGeneric = " io.circe" %% " circe-generic" % V .circe
31
+ val circeParser = " io.circe" %% " circe-parser" % V .circe
32
+ val specs2Core = " org.specs2" %% " specs2-core" % V .specs2 % " test"
33
+ val specs2Scalacheck = " org.specs2" %% " specs2-scalacheck" % V .specs2 % " test"
35
34
}
36
35
}
You can’t perform that action at this time.
0 commit comments