Skip to content

Commit

Permalink
Bump tupson, undertow, munit
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Oct 21, 2024
1 parent e66683c commit 1566d6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ scala-cli compile examples\scala-cli
git diff
git commit -am "msg"

$VERSION="0.7.3"
$VERSION="0.7.4"
git commit --allow-empty -m "Release $VERSION"
git tag -a $VERSION -m "Release $VERSION"
git push --atomic origin main $VERSION
Expand Down
8 changes: 4 additions & 4 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ object sharaf extends SharafPublishModule {
def artifactName = "sharaf"

def ivyDeps = Agg(
ivy"io.undertow:undertow-core:2.3.12.Final",
ivy"io.undertow:undertow-core:2.3.18.Final",
ivy"com.lihaoyi::requests:0.9.0",
ivy"ba.sake::tupson:0.11.0",
ivy"ba.sake::tupson-config:0.11.0",
ivy"ba.sake::tupson:0.12.2",
ivy"ba.sake::tupson-config:0.12.2",
ivy"ba.sake::hepek-components:0.29.1"
)

Expand Down Expand Up @@ -92,7 +92,7 @@ trait SharafCommonModule extends ScalaModule with ScalafmtModule {

trait SharafTestModule extends TestModule.Munit {
def ivyDeps = Agg(
ivy"org.scalameta::munit::1.0.0-M10"
ivy"org.scalameta::munit::1.0.2"
)
}

Expand Down

0 comments on commit 1566d6e

Please sign in to comment.