Skip to content

Commit

Permalink
Merge pull request #177 from xuwei-k/update-all
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
eed3si9n authored Oct 1, 2024
2 parents f30ae93 + a1bef03 commit 2c45ed1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.17
version = 3.8.3
maxColumn = 140
project.git = true
project.excludeFilters = [ /sbt-test/, /input_sources/, /contraband-scala/ ]
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ThisBuild / developers := List(
)
ThisBuild / description := "Contraband is a description language for your datatypes and APIs, currently targeting Java and Scala."
Global / semanticdbEnabled := true
Global / semanticdbVersion := "4.4.32"
Global / semanticdbVersion := "4.10.1"

lazy val root = (project in file("."))
.enablePlugins(TravisSitePlugin)
Expand Down
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import sbt._
import Keys._

object Dependencies {
val scala212 = "2.12.15"
val scala213 = "2.13.8"
val scala3 = "3.3.0"
val scala212 = "2.12.20"
val scala213 = "2.13.15"
val scala3 = "3.3.4"

val sjsonNewScalaJson = "com.eed3si9n" %% "sjson-new-scalajson" % "0.10.0"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16"
val parboiled = "org.parboiled" %% "parboiled" % "2.5.0"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
val parboiled = "org.parboiled" %% "parboiled" % "2.5.1"
val diffutils = "com.googlecode.java-diff-utils" % "diffutils" % "1.3.0"
val verify = "com.eed3si9n.verify" %% "verify" % "1.0.0"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.3
sbt.version=1.10.2
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit 2c45ed1

Please sign in to comment.