We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b4df9 commit 78c43d2Copy full SHA for 78c43d2
2 files changed
build.sbt
@@ -34,7 +34,7 @@ lazy val rdf4jVersion = "3.4.2"
34
lazy val scalaCollCompatVersion = "2.8.1"
35
lazy val scalacheckVersion = "1.15.4"
36
lazy val scalaLoggingVersion = "3.9.4"
37
-lazy val typesafeConfigVersion = "1.4.2"
+lazy val typesafeConfigVersion = "1.4.6"
38
lazy val wikidataToolkitVersion = "0.14.0"
39
lazy val slf4jVersion = "1.7.36"
40
src/main/scala/scala-cli-conf.scala
@@ -21,5 +21,5 @@
21
22
// Some libraries that could probably be ignored if modules were not compiled
23
24
-//> using lib "com.typesafe:config:1.4.2"
+//> using lib "com.typesafe:config:1.4.6"
25
//> using lib "org.scalacheck::scalacheck:1.15.4"
0 commit comments