-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CI stuff #1031
Update CI stuff #1031
Conversation
6c592ba
to
f8fdbee
Compare
@@ -2,12 +2,12 @@ name: Release Drafter | |||
|
|||
on: | |||
push: | |||
branches: ['master'] | |||
branches: ['main'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a new branch, please remove the old master
and adjust gh-pages
if necessary.
project/plugins.sbt
Outdated
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") | ||
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") | ||
//addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2") |
@mijicd Ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm mainly updating the CI stuff, aligning with other ZIO projects.
I updated the example app because I though it was the cause of compilation issue with Scala3, but it was something else.
At least, it's done 🙂