Skip to content

Commit 43346fa

Browse files
authored
Dependencies update (#68)
1 parent 929022c commit 43346fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.0-RC6
1+
version=3.7.2
22
runner.dialect = scala3
33
align.openParenCallSite = true
44
align.openParenDefnSite = true

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import de.heikoseeberger.sbtheader.HeaderPlugin.autoImport.{headerLicense, heade
66

77
object Version {
88
val jts = "1.19.0"
9-
val scalaTest = "3.2.14"
9+
val scalaTest = "3.2.15"
1010
val circe = "0.14.3"
1111
}
1212

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-jni" % "1.5.4")
2-
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
1+
addSbtPlugin("com.github.sbt" % "sbt-jni" % "1.6.0")
2+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
33
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")

0 commit comments

Comments
 (0)