Skip to content

Commit

Permalink
Fix Scala 3 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Apr 12, 2023
1 parent 0364cf8 commit 8081986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
package scalaGuide.sql.anorm

object MacroToParameters1 {
import anorm._
// #caseClassToParameters1
import anorm.{ Macro, SQL, ToParameterList }
import anorm.NamedParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import play.api.test._
import play.api.test.Helpers._

class ScalaAnorm extends org.specs2.mutable.Specification {
"Code samples" title
"Code samples".title

def createApp(additionalConfiguration: Map[String, _]): Application = {
new GuiceApplicationBuilder().configure(additionalConfiguration).build()
Expand Down

0 comments on commit 8081986

Please sign in to comment.