Skip to content

Commit

Permalink
rename packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nyango committed Mar 27, 2017
1 parent 0b4fb50 commit 104f052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.nyango.formatconverter
package io.github.nyango.formatconverter

import net.jcazevedo.moultingyaml._
import play.api.libs.json._
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package net.nyango.formatconverter
package io.github.nyango.formatconverter

import org.scalatest.FlatSpec
import net.jcazevedo.moultingyaml._
import org.scalatest.FlatSpec
import play.api.libs.json.JsObject

class FormatConverterSpec extends FlatSpec {
Expand Down

0 comments on commit 104f052

Please # to comment.