Skip to content

Commit 3cb0466

Browse files
authored
Merge pull request #415 from circe/updates
Aggregated Updates
2 parents 40a1bdb + 9cdbb47 commit 3cb0466

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ target/
99
.classpath
1010
tmp/
1111
.bsp/
12+
**/.bloop
13+
**/.metals
14+
**/metals.sbt

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.6
1+
version = 3.9.7
22
runner.dialect = scala213
33
continuationIndent.defnSite = 2
44
docstrings.style = Asterisk

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val Versions = new {
2-
val circe = "0.14.10"
2+
val circe = "0.14.14"
33
val monocle = "3.3.0"
44
val discipline = "2.3.0"
55
val scalaTestPlus = "3.2.19.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.8")
2-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
2+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")

0 commit comments

Comments
 (0)