Skip to content

Commit

Permalink
Bump the SBT version from 1.4.1 to 1.9.8 (#2526)
Browse files Browse the repository at this point in the history
* Bump sbt version to fix build on M1 macs

* Update version of circe to be compatible with scala-lib update
  • Loading branch information
kenoir authored Jan 24, 2024
1 parent 09de89f commit 4ce99a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object WellcomeDependencies {
object ExternalDependencies {
lazy val versions = new {
val apacheCommons = "1.9"
val circe = "0.13.0"
val circe = "0.14.1"
val diffJson = "4.1.1"
val fastparse = "2.3.0"
val scalatest = "3.2.3"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.4.1
sbt.version=1.9.8

0 comments on commit 4ce99a4

Please sign in to comment.