Skip to content

Commit eaf1943

Browse files
committed
Update sbt, scala and libs
1 parent ef8953d commit eaf1943

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
val JoguinV = "2.0"
22

3-
val ScalaV = "2.13.5"
3+
val ScalaV = "2.13.6"
44

5-
val CatsV = "2.6.0"
6-
val CatsEffectV = "3.1.0"
7-
val RefinedV = "0.9.24"
5+
val CatsV = "2.6.1"
6+
val CatsEffectV = "3.1.1"
7+
val RefinedV = "0.9.25"
88
val CirceV = "0.13.0"
99
val BetterMonadicForV = "0.3.1"
1010
val KindProjectorV = "0.10.3"
11-
val ScalaTestV = "3.2.8"
11+
val ScalaTestV = "3.2.9"
1212
val ScalatestPlusScalaCheckV = "3.1.1.1"
1313
val ScalaCheckShapelessV = "1.2.5"
1414
val CatsScalaCheckV = "0.3.0"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.5.1
1+
sbt.version = 1.5.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val WartRemoverV = "2.4.13"
1+
val WartRemoverV = "2.4.15"
22
val SbtDependencyUpdatesV = "1.2.2"
33
val SbtScalaFmtV = "2.4.2"
44
val SbtAssemblyV = "0.15.0"

project/project/metals.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// DO NOT EDIT! This file is auto-generated.
2+
// This file enables sbt-bloop to create bloop config files.
3+
4+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8-19-4d9f966b")

project/project/project/metals.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// DO NOT EDIT! This file is auto-generated.
2+
// This file enables sbt-bloop to create bloop config files.
3+
4+
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.8-19-4d9f966b")

0 commit comments

Comments
 (0)