Skip to content

Commit

Permalink
[scala] Upgrade Scala to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-g committed Oct 30, 2016
1 parent e85d3d7 commit 34151f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<spring.version>4.3.1.RELEASE</spring.version>
<cglib.version>3.2.4</cglib.version>
<objenesis.version>2.4</objenesis.version>
<scala.version>2.12.0-M5</scala.version>
<scala.version>2.12.0</scala.version>
</properties>

<prerequisites>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class Fodel[T](getter: ⇒ T,
throw new UnsupportedOperationException( "You cannot set the object on a readonly model.")
setter(value)
}

def detach = ()
}

/**
Expand Down

0 comments on commit 34151f3

Please sign in to comment.