Skip to content

Commit

Permalink
Merge branch 'main' into issue-107
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjkl authored Sep 5, 2023
2 parents fa5ad05 + b1b0831 commit 2b2d13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ object Deps {
ivy"com.disneystreaming.alloy:alloy-core:$alloyVersion"
}
object circe {
val jawn = ivy"io.circe::circe-jawn:0.14.5"
val jawn = ivy"io.circe::circe-jawn:0.14.6"
}
object everit {
val jsonSchema = ivy"com.github.erosb:everit-json-schema:1.14.2"
Expand Down Expand Up @@ -465,7 +465,7 @@ object Deps {
ivy"com.thesamet.scalapb::compilerplugin:$version"
val protocCache = ivy"com.thesamet.scalapb::protoc-cache-coursier:0.9.6"
}
val coursier = ivy"io.get-coursier::coursier:2.1.5"
val coursier = ivy"io.get-coursier::coursier:2.1.6"
}

case class ScalaVersion(maj: Int, min: Int, patch: Int)
Expand Down

0 comments on commit 2b2d13c

Please sign in to comment.