Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 78f7dbc

Browse files
authored
Fix package name typo (#60)
1 parent 31dff17 commit 78f7dbc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

exercises/project/MPSelection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package stbstudent
1+
package sbtstudent
22

33
/**
44
* Copyright © 2016-2020 Lightbend, Inc.

exercises/project/StudentCommandsPlugin.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ package sbtstudent
2222

2323
import sbt.Keys._
2424
import sbt.{Def, _}
25-
import stbstudent.MPSelection
2625

2726
import scala.Console
2827

0 commit comments

Comments
 (0)