Skip to content

Commit

Permalink
Merge pull request #198 from scala-steward/update/typesafe-1.4.3
Browse files Browse the repository at this point in the history
Update typesafe:config to 1.4.3
  • Loading branch information
darkfrog26 authored Nov 17, 2023
2 parents 032eba9 + 758d127 commit 9e69744
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,16 @@ val scalaCheckVersion: String = "3.2.14.0"

// Parse module dependencies
val literallyVersion: String = "1.1.0"

val jacksonVersion: String = "2.16.0"
val typesafeConfigVersion: String = "1.4.2"

val typesafeConfigVersion: String = "1.4.3"

val jsoniterJavaVersion: String = "0.9.23"

// Benchmarks
val circeVersion: String = "0.14.2"

val uPickleVersion: String = "2.0.0"

lazy val root = tlCrossRootProject.aggregate(
Expand Down

0 comments on commit 9e69744

Please sign in to comment.