Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val rdf4jVersion = "3.4.2"
lazy val scalaCollCompatVersion = "2.8.1"
lazy val scalacheckVersion = "1.15.4"
lazy val scalaLoggingVersion = "3.9.4"
lazy val typesafeConfigVersion = "1.4.2"
lazy val typesafeConfigVersion = "1.4.6"
lazy val wikidataToolkitVersion = "0.14.0"
lazy val slf4jVersion = "1.7.36"

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/scala-cli-conf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@

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

//> using lib "com.typesafe:config:1.4.2"
//> using lib "com.typesafe:config:1.4.6"
//> using lib "org.scalacheck::scalacheck:1.15.4"
Loading