Skip to content

Commit 78c43d2

Browse files
committed
Update typesafe:config to 1.4.6
1 parent 61b4df9 commit 78c43d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val rdf4jVersion = "3.4.2"
3434
lazy val scalaCollCompatVersion = "2.8.1"
3535
lazy val scalacheckVersion = "1.15.4"
3636
lazy val scalaLoggingVersion = "3.9.4"
37-
lazy val typesafeConfigVersion = "1.4.2"
37+
lazy val typesafeConfigVersion = "1.4.6"
3838
lazy val wikidataToolkitVersion = "0.14.0"
3939
lazy val slf4jVersion = "1.7.36"
4040

src/main/scala/scala-cli-conf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
// Some libraries that could probably be ignored if modules were not compiled
2323

24-
//> using lib "com.typesafe:config:1.4.2"
24+
//> using lib "com.typesafe:config:1.4.6"
2525
//> using lib "org.scalacheck::scalacheck:1.15.4"

0 commit comments

Comments
 (0)