Skip to content

Commit

Permalink
Merge pull request #1 from windymelt/fix-org-name-for-maven
Browse files Browse the repository at this point in the history
Renamed package com -> io due to Maven Central Repository naming convention
  • Loading branch information
windymelt authored Sep 3, 2023
2 parents 90d15ce + ef9ccf1 commit 0242166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.windymelt.qw
package io.github.windymelt.qw

object Syntax:
extension (sc: StringContext)
Expand Down
2 changes: 1 addition & 1 deletion test/src/scala/com/github/windymelt/qw/SyntaxSuite.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.windymelt.qw
package io.github.windymelt.qw

// For more information on writing tests, see
// https://scalameta.org/munit/docs/getting-started.html
Expand Down

0 comments on commit 0242166

Please sign in to comment.